mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix(fennel): capture function calls as @function.call
This commit is contained in:
parent
39b9f45a64
commit
b26b11f971
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@
|
||||||
":" @punctuation.delimiter
|
":" @punctuation.delimiter
|
||||||
(symbol) @method .)
|
(symbol) @method .)
|
||||||
|
|
||||||
(list . (symbol) @function)
|
(list . (symbol) @function.call)
|
||||||
(list . (multi_symbol (symbol) @function .))
|
(list . (multi_symbol (symbol) @function.call .))
|
||||||
|
|
||||||
((symbol) @variable.builtin
|
((symbol) @variable.builtin
|
||||||
(#lua-match? @variable.builtin "^[$]"))
|
(#lua-match? @variable.builtin "^[$]"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue