[java] Add label highlight

This commit is contained in:
Chinmay Dalal 2020-08-16 10:26:11 +05:30 committed by Stephan Seitz
parent 83210fa412
commit 64df3e1791

View file

@ -214,3 +214,7 @@
"("
")"
] @punctuation.bracket
; Labels
(labeled_statement
(identifier) @label)