mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 23:40:04 -04:00
Fix method highlighting
This commit is contained in:
parent
d9639e1e5e
commit
042464c1c5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
; Methods
|
; Methods
|
||||||
|
|
||||||
(method_declaration
|
(method_declaration
|
||||||
name: (identifier) @function.method)
|
name: (identifier) @method)
|
||||||
(method_invocation
|
(method_invocation
|
||||||
name: (identifier) @function.method)
|
name: (identifier) @method)
|
||||||
(super) @function.builtin
|
(super) @function.builtin
|
||||||
|
|
||||||
; Annotations
|
; Annotations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue