mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
remove redundant grouping for function arguments
This commit is contained in:
parent
54b574d2f7
commit
9ab1ab38af
1 changed files with 1 additions and 3 deletions
|
|
@ -242,9 +242,7 @@
|
|||
declarator: (identifier) @function)
|
||||
|
||||
(call_expression
|
||||
function: (identifier) @function.call
|
||||
arguments: (argument_list
|
||||
(identifier)? @variable))
|
||||
function: (identifier) @function.call)
|
||||
|
||||
(field_expression
|
||||
field: (_) @property)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue