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"
".implements"
".field"
".method"
".annotation"
".subannotation"
".param"
@ -79,12 +78,16 @@
[
(end_field)
(end_method)
(end_annotation)
(end_subannotation)
(end_param)
] @keyword
[
".method"
(end_method)
] @keyword.function
; Literals
(string_literal) @string