mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
highlights(lua): use @method.call
This commit is contained in:
parent
818fb3b96b
commit
a0dc6c8635
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@
|
|||
(function_call name: (dot_index_expression field: (identifier) @function.call))
|
||||
(function_declaration name: (dot_index_expression field: (identifier) @function))
|
||||
|
||||
(method_index_expression method: (identifier) @method)
|
||||
(method_index_expression method: (identifier) @method.call)
|
||||
|
||||
(function_call
|
||||
(identifier) @function.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue