Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/alloy/highlights.scm')
-rw-r--r--runtime/queries/alloy/highlights.scm39
1 files changed, 0 insertions, 39 deletions
diff --git a/runtime/queries/alloy/highlights.scm b/runtime/queries/alloy/highlights.scm
deleted file mode 100644
index e62970c6..00000000
--- a/runtime/queries/alloy/highlights.scm
+++ /dev/null
@@ -1,39 +0,0 @@
-; Literals
-; --------
-
-(boolean) @constant.builtin.boolean
-(comment) @comment
-(string) @string
-(number) @constant.numeric
-(null) @constant.builtin
-
-; Punctuation
-; -----------
-
-[
- "("
- ")"
- "["
- "]"
- "{"
- "}"
-] @punctuation.bracket
-
-[
- "."
- ","
-] @punctuation.delimiter
-
-[
- "="
-] @operator
-
-; Function definitions
-;---------------------
-
-(function
- name: (identifier) @function)
-
-
-(attribute (identifier) @variable.other.member)
-(block (identifier) @type.builtin)