Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/gdscript/highlights.scm')
| -rw-r--r-- | runtime/queries/gdscript/highlights.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/queries/gdscript/highlights.scm b/runtime/queries/gdscript/highlights.scm index fee67dc9..37aa3d62 100644 --- a/runtime/queries/gdscript/highlights.scm +++ b/runtime/queries/gdscript/highlights.scm @@ -14,7 +14,6 @@ (attribute_call (identifier) @function) (base_call (identifier) @function) (call (identifier) @function) -(lambda (name) @function) ; Function definitions @@ -89,7 +88,6 @@ "<<" ">>" ":=" - ":" ] @operator (annotation (identifier) @keyword.storage.modifier) @@ -99,7 +97,6 @@ "else" "elif" "match" - "when" ] @keyword.control.conditional [ |