mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
19 lines
200 B
Scheme
19 lines
200 B
Scheme
[
|
|
(function_definition)
|
|
(if_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
(case_statement)
|
|
(case_item)
|
|
(pipeline)
|
|
] @indent
|
|
|
|
[
|
|
"}"
|
|
"fi"
|
|
"elif"
|
|
"else"
|
|
"done"
|
|
"esac"
|
|
] @outdent
|