Skip to content

Commit 7a5458e

Browse files
committed
Fix broken highlighting on symbols with dashes
1 parent 70c3a76 commit 7a5458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/emacs-lisp.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ repository:
391391
0: name: "punctuation.definition.symbol.emacs.lisp"
392392
},{
393393
name: "constant.other.symbol.emacs.lisp"
394-
match: "(?<=[\\s()]|^)(#)((?:['-+=*/\\w~!@$%^&:<>{}?]|\\\\.)+)"
394+
match: "(?<=[\\s()]|^)(#)((?:[-'+=*/\\w~!@$%^&:<>{}?]|\\\\.)+)"
395395
captures:
396396
1: name: "punctuation.definition.symbol.emacs.lisp"
397397
2: patterns: [include: "$self"]

0 commit comments

Comments
 (0)