mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
Previous commit wasn't saved properly
This commit is contained in:
parent
0b9d19a640
commit
639ffd3e72
1 changed files with 4 additions and 1 deletions
|
|
@ -8,11 +8,14 @@
|
|||
(method_invocation
|
||||
name: (identifier) @method)
|
||||
|
||||
(super) @function.builtin
|
||||
|
||||
; Parameters
|
||||
(formal_parameter
|
||||
name: (identifier) @parameter)
|
||||
|
||||
(super) @function.builtin
|
||||
(inferred_parameters (identifier) @parameter)
|
||||
|
||||
|
||||
; Annotations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue