feat(java): highlight wildcards (#8165)

This commit is contained in:
Riley Bruins 2025-10-01 20:33:49 -07:00 committed by GitHub
parent 77362027f7
commit 99bd52ba56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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