mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
25 lines
305 B
Scheme
25 lines
305 B
Scheme
[
|
|
(block)
|
|
(interpolation)
|
|
(list)
|
|
(tuple)
|
|
(bitstring)
|
|
(map)
|
|
; short-hand function captures like &(&1 + &2)
|
|
(unary_operator
|
|
operator: "&")
|
|
(arguments "(" ")")
|
|
(access_call)
|
|
(sigil)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"%"
|
|
"{" "}"
|
|
"[" "]"
|
|
"<<" ">>"
|
|
"#{"
|
|
"|"
|
|
] @rainbow.bracket
|