mirror of https://github.com/helix-editor/helix
Add support for the uxntal language (#6047)
parent
71220da139
commit
5ff2cb24e2
@ -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
|
Loading…
Reference in New Issue