mirror of https://github.com/helix-editor/helix
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>pull/9613/head
parent
ad7b7bc804
commit
d7c7589fd5
@ -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
|
Loading…
Reference in New Issue