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.
48 lines
528 B
Scheme
48 lines
528 B
Scheme
; highlights.scm
|
|
|
|
[
|
|
"definition"
|
|
"caveat"
|
|
"permission"
|
|
"relation"
|
|
"nil"
|
|
] @keyword
|
|
|
|
[
|
|
","
|
|
":"
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|
|
|
|
[
|
|
"|"
|
|
"+"
|
|
"-"
|
|
"&"
|
|
"#"
|
|
"->"
|
|
"="
|
|
] @operator
|
|
("with") @keyword.operator
|
|
|
|
[
|
|
"nil"
|
|
"*"
|
|
] @constant.builtin
|
|
|
|
(comment) @comment
|
|
(type_identifier) @type
|
|
(cel_type_identifier) @type
|
|
(cel_variable_identifier) @variable.parameter
|
|
(field_identifier) @variable.other.member
|
|
[
|
|
(func_identifier)
|
|
(method_identifier)
|
|
] @function.method
|