forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
360 B
Scheme
16 lines
360 B
Scheme
; 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
|