mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 08:41:40 +01:00
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
|