diff options
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/ungrammar/highlights.scm | 17 |
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 |