summaryrefslogtreecommitdiff
path: root/queries/clojure
diff options
context:
space:
mode:
Diffstat (limited to 'queries/clojure')
-rw-r--r--queries/clojure/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm
index 16824a71..243a641a 100644
--- a/queries/clojure/highlights.scm
+++ b/queries/clojure/highlights.scm
@@ -67,7 +67,7 @@
(#match? @variable.builtin "^[*].+[*]$"))
; Gensym
-;; TODO: is this needed?
+;; Might not be needed
((sym_lit) @variable
(#match? @variable "^.*#$"))
@@ -279,7 +279,7 @@
; Correctly highlight docstrings
(list_lit
.
- (sym_lit) @a
+ (sym_lit) @a ; Don't really want to highlight twice
(#match? @a "^def.*")
.
(sym_lit)