mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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
|
[ "(" ")" ] @punctuation.bracket
|
||||||
|
|
||||||
|
(type_arguments [ "<" ">" ] @punctuation.bracket)
|
||||||
|
(type_parameters [ "<" ">" ] @punctuation.bracket)
|
||||||
|
|
||||||
; Exceptions
|
; Exceptions
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue