fix(highlights): improve consistency

This commit is contained in:
ObserverOfTime 2024-01-09 11:50:31 +02:00 committed by Christian Clason
parent 4cd951d703
commit 2f38c36294
22 changed files with 62 additions and 76 deletions

View file

@ -82,12 +82,19 @@
"as"
"bring"
"class"
"else"
"for"
"if"
"in"
"let"
"new"
"return"
(inflight_specifier)
] @keyword
[
"for"
"in"
] @keyword.repeat
[
"if"
"else"
] @keyword.conditional
"return" @keyword.return