mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
[java] Add label highlight
This commit is contained in:
parent
83210fa412
commit
64df3e1791
1 changed files with 4 additions and 0 deletions
|
|
@ -214,3 +214,7 @@
|
|||
"("
|
||||
")"
|
||||
] @punctuation.bracket
|
||||
|
||||
; Labels
|
||||
(labeled_statement
|
||||
(identifier) @label)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue