20 lines
297 B
Scheme
20 lines
297 B
Scheme
|
(expression) @expression
|
||
|
(value) @value
|
||
|
(comment) @comment
|
||
|
(operator) @operator
|
||
|
(identifier) @constant
|
||
|
(value) @value
|
||
|
(string) @string
|
||
|
|
||
|
(integer) @number
|
||
|
(float) @float
|
||
|
|
||
|
(yield) @keyword
|
||
|
(chain) @keyword
|
||
|
|
||
|
(function) @function
|
||
|
(tool) @function.builtin
|
||
|
|
||
|
(empty) @null
|
||
|
(boolean) @boolean
|
||
|
(list) @list
|