diff options
author | Philipp Mildenberger | 2022-07-12 15:06:53 +0000 |
---|---|---|
committer | GitHub | 2022-07-12 15:06:53 +0000 |
commit | e97b8607c18c16f14ab17825ac20739c4d83b779 (patch) | |
tree | d5595692c92cb76700cfcd6440dbd5e08c7aa073 /runtime | |
parent | fb625697854e3a9d99aa4cfe952f2050b7e82ce0 (diff) |
Added ungrammar language support (#3048)
Diffstat (limited to 'runtime')
-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 |