mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
Capture parameters in declaration
Idk if it is needed in invocation
This commit is contained in:
parent
031e3e45c4
commit
7372837300
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
(method_declaration
|
||||
name: (identifier) @method)
|
||||
(method_declaration
|
||||
parameters: (formal_parameter) @parameter)
|
||||
(method_invocation
|
||||
name: (identifier) @method)
|
||||
(super) @function.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue