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.
91 lines
874 B
Scheme
91 lines
874 B
Scheme
3 years ago
|
[
|
||
|
(comment)
|
||
|
(multiline_comment)
|
||
|
] @comment
|
||
|
|
||
|
[
|
||
|
"("
|
||
|
")"
|
||
|
"["
|
||
|
"]"
|
||
|
"{"
|
||
|
"}"
|
||
|
"<"
|
||
|
">"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
[
|
||
|
","
|
||
|
";"
|
||
|
"."
|
||
|
] @punctuation.delimiter
|
||
|
|
||
|
[
|
||
|
"#"
|
||
|
"-"
|
||
|
"..."
|
||
|
":"
|
||
|
] @operator
|
||
|
|
||
|
[
|
||
|
"="
|
||
|
"!cond"
|
||
|
(operator_keyword)
|
||
|
] @function
|
||
|
|
||
|
[
|
||
|
"true"
|
||
|
"false"
|
||
|
] @constant.builtin.boolean
|
||
|
|
||
|
[
|
||
|
"?"
|
||
|
] @constant.builtin
|
||
|
|
||
|
(var) @variable
|
||
|
|
||
|
(template_arg (identifier) @variable.parameter)
|
||
|
|
||
|
(_ argument: (value (identifier) @variable.parameter))
|
||
|
|
||
|
(type) @type
|
||
|
|
||
|
"code" @type.builtin
|
||
|
|
||
|
(number) @constant.numeric.integer
|
||
|
[
|
||
|
(string_string)
|
||
|
(code_string)
|
||
|
] @string
|
||
|
|
||
|
(preprocessor) @keyword.directive
|
||
|
|
||
|
[
|
||
|
"class"
|
||
|
"field"
|
||
|
"let"
|
||
|
"defvar"
|
||
|
"def"
|
||
|
"defset"
|
||
|
"defvar"
|
||
|
"assert"
|
||
|
] @keyword
|
||
|
|
||
|
[
|
||
|
"let"
|
||
|
"in"
|
||
|
"foreach"
|
||
|
"if"
|
||
|
"then"
|
||
|
"else"
|
||
|
] @keyword.operator
|
||
|
|
||
|
"include" @keyword.control.import
|
||
|
|
||
|
[
|
||
|
"multiclass"
|
||
|
"defm"
|
||
|
] @namespace
|
||
|
|
||
|
(ERROR) @error
|