mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -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)
|
declarator: (identifier) @function)
|
||||||
|
|
||||||
(call_expression
|
(call_expression
|
||||||
function: (identifier) @function.call
|
function: (identifier) @function.call)
|
||||||
arguments: (argument_list
|
|
||||||
(identifier)? @variable))
|
|
||||||
|
|
||||||
(field_expression
|
(field_expression
|
||||||
field: (_) @property)
|
field: (_) @property)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue