diff options
Diffstat (limited to 'queries/clojure')
| -rw-r--r-- | queries/clojure/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm index 7fd0989b0..e51692710 100644 --- a/queries/clojure/highlights.scm +++ b/queries/clojure/highlights.scm @@ -111,7 +111,7 @@ ; Comment ((sym_lit) @comment - (#any-of? @comment "comment" "quote")) + (#any-of? @comment "comment")) ; Conditionals ((sym_lit) @conditional |
