Add highlights.scm and locals.scm

This commit is contained in:
Chinmay 2020-06-11 22:31:45 +05:30
parent 85645f5720
commit d9639e1e5e
No known key found for this signature in database
GPG key ID: 16593543D199D510
2 changed files with 154 additions and 0 deletions

8
queries/java/locals.scm Normal file
View file

@ -0,0 +1,8 @@
(class_declaration
name: (identifier) @name) @class
(method_declaration
name: (identifier) @name) @method
(method_invocation
name: (identifier) @name) @call