aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/clojure/highlights.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/queries/clojure/highlights.scm b/queries/clojure/highlights.scm
index 7003ef8aa..adebc0dba 100644
--- a/queries/clojure/highlights.scm
+++ b/queries/clojure/highlights.scm
@@ -284,7 +284,8 @@
.
(sym_lit)
.
- (str_lit)? @text
+ ;; TODO: Add @comment highlight
+ (str_lit)?
.
(_))
@@ -296,7 +297,8 @@
.
(sym_lit)? @function
.
- (str_lit)? @text)
+ ;; TODO: Add @comment highlight
+ (str_lit)?)
;; TODO: Fix parameter highlighting
;; I think there's a bug here in nvim-treesitter
;; TODO: Reproduce bug and file ticket