mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(list_lit
|
||||
.
|
||||
(sym_lit) @function)
|
||||
(sym_lit) @function.call)
|
||||
(anon_fn_lit
|
||||
.
|
||||
(sym_lit) @function)
|
||||
(sym_lit) @function.call)
|
||||
|
||||
; Quoted symbols
|
||||
(quoting_lit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue