sonokai: fix constant.builtin highlights (#13410)

pull/13425/head
dastrukar 2025-04-27 21:39:05 +08:00 committed by GitHub
parent c5e9dda269
commit 8580d35de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"type" = "blue"
"constant" = "fg"
"constant.builtin" = "purple"
"constant.numeric" = "purple"
"constant.character.escape" = "orange"
"string" = "yellow"