aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/ungrammar/highlights.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/runtime/queries/ungrammar/highlights.scm b/runtime/queries/ungrammar/highlights.scm
new file mode 100644
index 00000000..cffbdbfd
--- /dev/null
+++ b/runtime/queries/ungrammar/highlights.scm
@@ -0,0 +1,17 @@
+(ERROR) @error
+
+(line_comment) @comment
+
+(identifier) @variable
+
+(token) @string
+
+[
+ "="
+ "|"
+ ":"
+ "("
+ ")"
+ "?"
+ "*"
+] @operator