We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c3a76 commit 7a5458eCopy full SHA for 7a5458e
grammars/emacs-lisp.cson
@@ -391,7 +391,7 @@ repository:
391
0: name: "punctuation.definition.symbol.emacs.lisp"
392
},{
393
name: "constant.other.symbol.emacs.lisp"
394
- match: "(?<=[\\s()]|^)(#)((?:['-+=*/\\w~!@$%^&:<>{}?]|\\\\.)+)"
+ match: "(?<=[\\s()]|^)(#)((?:[-'+=*/\\w~!@$%^&:<>{}?]|\\\\.)+)"
395
captures:
396
1: name: "punctuation.definition.symbol.emacs.lisp"
397
2: patterns: [include: "$self"]
0 commit comments