tree-sitter-dust/highlights.scm

20 lines
297 B
Scheme
Raw Normal View History

2023-08-24 17:15:11 +00:00
(expression) @expression
(value) @value
2023-08-24 17:01:12 +00:00
(comment) @comment
2023-08-22 22:57:10 +00:00
(operator) @operator
2023-08-24 17:15:11 +00:00
(identifier) @constant
2023-08-24 17:01:12 +00:00
(value) @value
2023-08-22 22:57:10 +00:00
(string) @string
2023-08-24 17:15:11 +00:00
(integer) @number
2023-08-24 13:36:59 +00:00
(float) @float
2023-08-24 17:15:11 +00:00
(yield) @keyword
(chain) @keyword
(function) @function
(tool) @function.builtin
(empty) @null
(boolean) @boolean
(list) @list