dust/tree-sitter-dust/highlights.scm

71 lines
939 B
Scheme
Raw Permalink Normal View History

(expression) @expression
(value) @value
(comment) @comment
2023-10-24 00:45:47 +00:00
(identifier) @identifier
(value) @value
(string) @string
2023-10-24 00:45:47 +00:00
[
(integer)
(float)
] @number
(function) @function
(boolean) @boolean
2023-10-24 00:45:47 +00:00
(list) @list
"," @punctuation.delimiter
[
"["
"]"
"{"
"}"
"<"
">"
] @punctuation.bracket
[
(assignment_operator)
(logic_operator)
(math_operator)
] @operator
[
"if"
"else"
"for"
"transform"
"in"
"function"
] @keyword
[
"assert"
"assert_equal"
"download"
"help"
"length"
"output"
"output_error"
"type"
"workdir"
"append"
"metadata"
"move"
"read"
"remove"
"write"
"bash"
"fish"
"raw"
"sh"
"zsh"
"random"
"random_boolean"
"random_float"
"random_integer"
"columns"
"rows"
] @function.builtin