mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
25 lines
319 B
Scheme
25 lines
319 B
Scheme
[
|
|
(argument_list)
|
|
(closure)
|
|
(do_while_loop)
|
|
(for_in_loop)
|
|
(for_parameters)
|
|
(if_statement)
|
|
(index)
|
|
(interpolation)
|
|
(list)
|
|
(map)
|
|
(map_item)
|
|
(parameter_list)
|
|
(switch_block)
|
|
(switch_statement)
|
|
(try_statement)
|
|
(while_loop)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @rainbow.bracket
|