-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Hoon * Added highlights.scm * Updated docs * Update runtime/queries/hoon/highlights.scm Co-authored-by: Michael Davis <[email protected]> --------- Co-authored-by: Michael Davis <[email protected]>
- Loading branch information
1 parent
ad7b7bc
commit d7c7589
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |