feat(java)(highlights): add missing highlights for @type

This commit is contained in:
captainko 2022-01-18 20:53:20 +07:00 committed by Stephan Seitz
parent 8b1d390619
commit b42de97339

View file

@ -90,6 +90,12 @@
(constructor_declaration
name: (identifier) @type)
(type_identifier) @type
((method_invocation
object: (identifier) @type)
(#lua-match? @type "^[A-Z]"))
((method_reference
. (identifier) @type)
(#lua-match? @type "^[A-Z]"))