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