refactor: move method and end_method to @keyword.function

This commit is contained in:
Amaan Q 2023-01-09 15:10:07 -05:00 committed by Stephan Seitz
parent d13a0d563b
commit 5b8b711926

View file

@ -59,7 +59,6 @@
".source" ".source"
".implements" ".implements"
".field" ".field"
".method"
".annotation" ".annotation"
".subannotation" ".subannotation"
".param" ".param"
@ -79,12 +78,16 @@
[ [
(end_field) (end_field)
(end_method)
(end_annotation) (end_annotation)
(end_subannotation) (end_subannotation)
(end_param) (end_param)
] @keyword ] @keyword
[
".method"
(end_method)
] @keyword.function
; Literals ; Literals
(string_literal) @string (string_literal) @string