mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 23:33:35 +02:00
23 lines
253 B
Scheme
23 lines
253 B
Scheme
[
|
|
(if_condition)
|
|
(foreach_loop)
|
|
(while_loop)
|
|
(function_def)
|
|
(macro_def)
|
|
(block_def)
|
|
(normal_command)
|
|
] @indent
|
|
|
|
")" @outdent
|
|
|
|
[
|
|
(else)
|
|
(elseif)
|
|
(endif)
|
|
(endforeach)
|
|
(endwhile)
|
|
(endfunction)
|
|
(endmacro)
|
|
(endblock)
|
|
] @outdent
|