mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(java): highlight wildcards (#8165)
This commit is contained in:
parent
77362027f7
commit
99bd52ba56
1 changed files with 3 additions and 0 deletions
|
|
@ -235,6 +235,9 @@
|
||||||
":"
|
":"
|
||||||
] @keyword.conditional.ternary)
|
] @keyword.conditional.ternary)
|
||||||
|
|
||||||
|
(wildcard
|
||||||
|
"?" @character.special)
|
||||||
|
|
||||||
; Loops
|
; Loops
|
||||||
[
|
[
|
||||||
"for"
|
"for"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue