aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/ungrammar
diff options
context:
space:
mode:
authorPhilipp Mildenberger2022-07-12 15:06:53 +0000
committerGitHub2022-07-12 15:06:53 +0000
commite97b8607c18c16f14ab17825ac20739c4d83b779 (patch)
treed5595692c92cb76700cfcd6440dbd5e08c7aa073 /runtime/queries/ungrammar
parentfb625697854e3a9d99aa4cfe952f2050b7e82ce0 (diff)
Added ungrammar language support (#3048)
Diffstat (limited to 'runtime/queries/ungrammar')
-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