mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
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
|