feat(java): highlight wildcards

This commit is contained in:
Riley Bruins 2025-10-01 20:28:23 -07:00
parent 77362027f7
commit ffbbeb50b7

View file

@ -235,6 +235,9 @@
":"
] @keyword.conditional.ternary)
(wildcard
"?" @character.special)
; Loops
[
"for"