mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
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>
This commit is contained in:
parent
ad7b7bc804
commit
d7c7589fd5
3 changed files with 45 additions and 0 deletions
32
runtime/queries/hoon/highlights.scm
Normal file
32
runtime/queries/hoon/highlights.scm
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue