diff options
author | Jummit | 2023-02-19 18:32:42 +0000 |
---|---|---|
committer | GitHub | 2023-02-19 18:32:42 +0000 |
commit | 5ff2cb24e2ec5c8caf8972699e7ae69a15b710d1 (patch) | |
tree | 2502c65c968c3c6abf9d834c60b9125a6e042687 /runtime/queries/uxntal | |
parent | 71220da1392e373f1f7dc6370def9cd3c5c41ff9 (diff) |
Add support for the uxntal language (#6047)
Diffstat (limited to 'runtime/queries/uxntal')
-rw-r--r-- | runtime/queries/uxntal/highlights.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/queries/uxntal/highlights.scm b/runtime/queries/uxntal/highlights.scm new file mode 100644 index 00000000..a6ff1852 --- /dev/null +++ b/runtime/queries/uxntal/highlights.scm @@ -0,0 +1,15 @@ +; highlights.scm + +(identifier) @keyword +(number) @constant.numeric +(comment) @comment +(raw_character) @constant.character +(literal_hex) @constant.numeric.integer +(macro_definition) @function +(label_definition) @label +(sub_label_definition) @label +(relative_pad) @constant +(label) @label +(sub_label) @label +(ERROR) @error +["[" "]" "{" "}"] @punctuation.bracket |