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.
56 lines
583 B
Scheme
56 lines
583 B
Scheme
2 years ago
|
(string) @string
|
||
|
|
||
|
(enumeral) @constant
|
||
|
(number) @constant.numeric
|
||
|
|
||
|
(variable) @variable
|
||
|
(column_type) @type
|
||
|
|
||
|
(arguments) @variable.other.member
|
||
|
(model_declaration (identifier) @type)
|
||
|
|
||
|
[
|
||
|
"datasource"
|
||
|
"enum"
|
||
|
"generator"
|
||
|
"model"
|
||
|
"type"
|
||
|
] @keyword
|
||
|
|
||
|
[
|
||
|
(comment)
|
||
|
(developer_comment)
|
||
|
] @comment
|
||
|
|
||
|
[
|
||
|
(attribute)
|
||
|
(block_attribute_declaration)
|
||
|
(call_expression)
|
||
|
] @function.builtin
|
||
|
|
||
|
[
|
||
|
(true)
|
||
|
(false)
|
||
|
(null)
|
||
|
] @constant.builtin.boolean
|
||
|
|
||
|
[
|
||
|
"("
|
||
|
")"
|
||
|
"["
|
||
|
"]"
|
||
|
"{"
|
||
|
"}"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
[
|
||
|
":"
|
||
|
","
|
||
|
] @punctuation.delimiter
|
||
|
|
||
|
[
|
||
|
"="
|
||
|
"@"
|
||
|
"@@"
|
||
|
(binary_expression)
|
||
|
] @operator
|