mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(symbol) @method .)
|
||||
|
||||
(list . (symbol) @function)
|
||||
(list . (multi_symbol (symbol) @function .))
|
||||
(list . (symbol) @function.call)
|
||||
(list . (multi_symbol (symbol) @function.call .))
|
||||
|
||||
((symbol) @variable.builtin
|
||||
(#lua-match? @variable.builtin "^[$]"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue