Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/godot-resource/highlights.scm')
-rw-r--r--runtime/queries/godot-resource/highlights.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/runtime/queries/godot-resource/highlights.scm b/runtime/queries/godot-resource/highlights.scm
deleted file mode 100644
index f6bae669..00000000
--- a/runtime/queries/godot-resource/highlights.scm
+++ /dev/null
@@ -1,28 +0,0 @@
-(section (identifier) @type.builtin)
-
-(attribute (identifier) @attribute)
-(property (path) @variable.other.member)
-(constructor (identifier) @constructor)
-
-(string) @string
-(integer) @constant.numeric.integer
-(float) @constant.numeric.float
-
-(true) @constant.builtin.boolean
-(false) @constant.builtin.boolean
-
-[
- "["
- "]"
-] @tag
-
-[
- "("
- ")"
- "{"
- "}"
-] @punctuation.bracket
-
-"=" @operator
-
-(comment) @comment