diff options
author | iko | 2024-02-12 15:36:14 +0000 |
---|---|---|
committer | GitHub | 2024-02-12 15:36:14 +0000 |
commit | d7c7589fd5d4dc307f37e23bdac1e5fec4ded4fc (patch) | |
tree | 65c3eecf5b729db7d7ea628e1251db8e85405ca7 /runtime | |
parent | ad7b7bc8047d3c0930bbc6201d8f69132b396b9b (diff) |
Add Hoon (#9190)
* Added Hoon
* Added highlights.scm
* Updated docs
* Update runtime/queries/hoon/highlights.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/hoon/highlights.scm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/runtime/queries/hoon/highlights.scm b/runtime/queries/hoon/highlights.scm new file mode 100644 index 00000000..91e6b854 --- /dev/null +++ b/runtime/queries/hoon/highlights.scm @@ -0,0 +1,32 @@ +(number) @constant.numeric + +(string) @string + +[ + "(" + ")" + "[" + "]" +] @punctuation.bracket + +[ + (coreTerminator) + (seriesTerminator) +] @punctuation.delimiter + + +(rune) @keyword + +(term) @constant + +(aura) @constant.builtin + +(Gap) @comment + +(boolean) @constant.builtin + +(date) @constant.builtin +(mold) @constant.builtin +(specialIndex) @constant.builtin +(lark) @operator +(fullContext) @constant.builtin |