mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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
|
||||
":" @punctuation.delimiter
|
||||
(symbol) @method .)
|
||||
(symbol) @method.call .)
|
||||
|
||||
(list . (symbol) @function.call)
|
||||
(list . (multi_symbol (symbol) @function.call .))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue