Fix method highlighting

This commit is contained in:
Chinmay 2020-06-15 21:48:50 +05:30
parent d9639e1e5e
commit 042464c1c5
No known key found for this signature in database
GPG key ID: 16593543D199D510

View file

@ -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