mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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
|
(method_invocation
|
||||||
name: (identifier) @method)
|
name: (identifier) @method)
|
||||||
|
|
||||||
|
(super) @function.builtin
|
||||||
|
|
||||||
|
; Parameters
|
||||||
(formal_parameter
|
(formal_parameter
|
||||||
name: (identifier) @parameter)
|
name: (identifier) @parameter)
|
||||||
|
|
||||||
(super) @function.builtin
|
(inferred_parameters (identifier) @parameter)
|
||||||
|
|
||||||
|
|
||||||
; Annotations
|
; Annotations
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue