mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
highlights(clojure): use @function.call
This commit is contained in:
parent
e7fe083fbc
commit
b2e0472a55
1 changed files with 2 additions and 2 deletions
|
|
@ -42,10 +42,10 @@
|
||||||
; General function calls
|
; General function calls
|
||||||
(list_lit
|
(list_lit
|
||||||
.
|
.
|
||||||
(sym_lit) @function)
|
(sym_lit) @function.call)
|
||||||
(anon_fn_lit
|
(anon_fn_lit
|
||||||
.
|
.
|
||||||
(sym_lit) @function)
|
(sym_lit) @function.call)
|
||||||
|
|
||||||
; Quoted symbols
|
; Quoted symbols
|
||||||
(quoting_lit
|
(quoting_lit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue