diff options
| -rw-r--r-- | runtime/queries/gdscript/highlights.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/gdscript/highlights.scm b/runtime/queries/gdscript/highlights.scm index d7d3a648c..f3fd3b62f 100644 --- a/runtime/queries/gdscript/highlights.scm +++ b/runtime/queries/gdscript/highlights.scm @@ -148,6 +148,7 @@ "," "." ":" + ";" ] @punctuation.delimiter [ @@ -171,6 +172,7 @@ "~" "-" "*" + "**" "/" "%" "+" @@ -193,10 +195,13 @@ "+=" "-=" "*=" + "**=" "/=" "%=" "&=" "|=" + "<<=" + ">>=" "->" ] @operator |
