mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(fennel): capture method calls as @method.call
This commit is contained in:
parent
1c79da3300
commit
82c9486539
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
(multi_symbol_method
|
(multi_symbol_method
|
||||||
":" @punctuation.delimiter
|
":" @punctuation.delimiter
|
||||||
(symbol) @method .)
|
(symbol) @method.call .)
|
||||||
|
|
||||||
(list . (symbol) @function.call)
|
(list . (symbol) @function.call)
|
||||||
(list . (multi_symbol (symbol) @function.call .))
|
(list . (multi_symbol (symbol) @function.call .))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue