mirror of https://github.com/helix-editor/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.
22 lines
449 B
Scheme
22 lines
449 B
Scheme
(comment) @comment
|
|
(number) @constant.numeric
|
|
(directive_name) @keyword.directive
|
|
(symbol) @variable
|
|
(label) @function
|
|
(label)
|
|
(instruction_prefix) @keyword
|
|
(instruction_name) @function.special
|
|
(register) @constant.builtin
|
|
(string) @string
|
|
(char) @constant.character
|
|
(type) @type
|
|
(constant "$" @constant)
|
|
(operand_modifier) @attribute
|
|
|
|
(expression
|
|
["-" "+" "*" "/" "="] @operator)
|
|
|
|
["(" ")"] @punctuation.bracket
|
|
|
|
["," ":"] @punctuation.delimiter
|