diff --git a/languages/gdscript/highlights.scm b/languages/gdscript/highlights.scm index 685373a..50fae73 100644 --- a/languages/gdscript/highlights.scm +++ b/languages/gdscript/highlights.scm @@ -191,6 +191,7 @@ "else" "elif" "match" + "when" "while" "for" "return" @@ -199,7 +200,7 @@ "await" "pass" (breakpoint_statement) -] @keyword.control +] @keyword @keyword.control ; Operator [