Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/dot/highlights.scm')
-rw-r--r--runtime/queries/dot/highlights.scm40
1 files changed, 0 insertions, 40 deletions
diff --git a/runtime/queries/dot/highlights.scm b/runtime/queries/dot/highlights.scm
deleted file mode 100644
index fb67cfaf..00000000
--- a/runtime/queries/dot/highlights.scm
+++ /dev/null
@@ -1,40 +0,0 @@
-(identifier) @variable
-
-(keyword) @keyword
-(string_literal) @string
-(number_literal) @constant.numeric
-
-[
- (edgeop)
- (operator)
-] @operator
-
-[
- ","
- ";"
-] @punctuation.delimiter
-
-[
- "{"
- "}"
- "["
- "]"
- "<"
- ">"
-] @punctuation.bracket
-
-(subgraph
- id: (id
- (identifier) @namespace)
-)
-
-(attribute
- name: (id
- (identifier) @type)
- value: (id
- (identifier) @constant)
-)
-
-(comment) @comment
-
-(preproc) @keyword.directive