mirror of https://github.com/helix-editor/helix
21 lines
276 B
Scheme
21 lines
276 B
Scheme
|
[
|
||
|
(function_definition)
|
||
|
(compound_statement)
|
||
|
(subshell)
|
||
|
(test_command)
|
||
|
(subscript)
|
||
|
(parenthesized_expression)
|
||
|
(array)
|
||
|
(expansion)
|
||
|
(command_substitution)
|
||
|
] @rainbow.scope
|
||
|
|
||
|
[
|
||
|
"(" ")"
|
||
|
"((" "))"
|
||
|
"${" "$("
|
||
|
"{" "}"
|
||
|
"[" "]"
|
||
|
"[[" "]]"
|
||
|
] @rainbow.bracket
|