mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(java): capture type parameter brackets as @punctuation.delimiter
It is currently highlighted as `@operator`
This commit is contained in:
parent
239bb86b54
commit
54741de02c
1 changed files with 3 additions and 0 deletions
|
|
@ -258,6 +258,9 @@
|
|||
|
||||
[ "(" ")" ] @punctuation.bracket
|
||||
|
||||
(type_arguments [ "<" ">" ] @punctuation.bracket)
|
||||
(type_parameters [ "<" ">" ] @punctuation.bracket)
|
||||
|
||||
; Exceptions
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue