aboutsummaryrefslogtreecommitdiffstats
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 49c828535..3dc12d531 100644
--- a/queries/clojure/highlights.scm
+++ b/queries/clojure/highlights.scm
@@ -42,10 +42,10 @@
; General function calls
(list_lit
.
- (sym_lit) @function)
+ (sym_lit) @function.call)
(anon_fn_lit
.
- (sym_lit) @function)
+ (sym_lit) @function.call)
; Quoted symbols
(quoting_lit