Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/esdl/highlights.scm')
-rw-r--r--runtime/queries/esdl/highlights.scm75
1 files changed, 0 insertions, 75 deletions
diff --git a/runtime/queries/esdl/highlights.scm b/runtime/queries/esdl/highlights.scm
deleted file mode 100644
index a009933f..00000000
--- a/runtime/queries/esdl/highlights.scm
+++ /dev/null
@@ -1,75 +0,0 @@
-; Keywords
-[
- "module"
- "using"
- "single"
- "multi"
- "link"
- "property"
- "constraint"
- "tuple"
- "annotation"
- "abstract"
- "scalar"
- "type"
- "required"
- "optional"
- "extension"
- "function"
-] @keyword
-
-(identifier) @variable
-
-(modifier) @keyword
-(extending) @keyword
-
-(module name: (identifier) @namespace)
-(object_type) @type
-
-(comment) @comment
-
-; Properties
-(property) @variable.other.member
-(link) @variable.other.member
-(annotation) @variable.other.member
-
-(string) @string
-(edgeql_fragment) @string
-; Builtins
-
-(type) @type
-[
- "str"
- "bool"
- "int16"
- "int32"
- "int64"
- "float32"
- "float64"
- "bigint"
- "decimal"
- "json"
- "uuid"
- "bytes"
- "datetime"
- "duration"
- "sequence"
- "anytype"
-] @type.builtin
-
-(true) @constant.builtin.boolean
-(false) @constant.builtin.boolean
-(null) @constant.builtin
-
-; Delimiters
-[
- ";"
- ","
-] @punctuation.delimiter
-
-; Operators
-[
- "->"
- ":="
-] @operator
-