nvim-treesitter/queries/java/locals.scm
2020-06-17 18:01:53 +05:30

10 lines
215 B
Scheme

; CREDITS @maxbrunsfeld (maxbrunsfeld@gmail.com)
(class_declaration
name: (identifier) @name) @class
(method_declaration
name: (identifier) @name) @method
(method_invocation
name: (identifier) @name) @call