mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
18 lines
210 B
Scheme
18 lines
210 B
Scheme
[
|
|
(for_statement)
|
|
(if_statement)
|
|
(while_statement)
|
|
(do_statement)
|
|
(function_declaration)
|
|
(sub_declaration)
|
|
] @indent
|
|
|
|
[
|
|
"NEXT"
|
|
"END IF"
|
|
"WEND"
|
|
"LOOP"
|
|
"END FUNCTION"
|
|
"END SUB"
|
|
] @outdent
|