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.
def
1 parent 8afa565 commit 9112b4dCopy full SHA for 9112b4d
clojure-ts-mode.el
@@ -349,7 +349,7 @@ with the markdown_inline grammar."
349
350
:feature 'builtin
351
:language 'clojure
352
- `(((list_lit :anchor (sym_lit (sym_name) @font-lock-keyword-face))
+ `(((list_lit meta: _ :? :anchor (sym_lit (sym_name) @font-lock-keyword-face))
353
(:match ,clojure-ts--builtin-symbol-regexp @font-lock-keyword-face))
354
((sym_name) @font-lock-builtin-face
355
(:match ,clojure-ts--builtin-dynamic-var-regexp @font-lock-builtin-face)))
0 commit comments