From 17cf76de8a16c1e459fbe916491f258371837a8d Mon Sep 17 00:00:00 2001 From: Oliver Marshall Date: Mon, 19 Jul 2021 10:28:30 +0100 Subject: Don't capture quotes as comments --- queries/clojure/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries/clojure') 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 -- cgit v1.2.3-70-g09d2