nvim-treesitter/queries/java/locals.scm

11 lines
215 B
Scheme
Raw Normal View History

2020-06-17 18:01:53 +05:30
; CREDITS @maxbrunsfeld (maxbrunsfeld@gmail.com)
2020-06-11 22:31:45 +05:30
(class_declaration
name: (identifier) @name) @class
(method_declaration
name: (identifier) @name) @method
(method_invocation
name: (identifier) @name) @call