mirror of
https://github.com/helix-editor/helix
synced 2026-01-27 05:58:08 +01:00
12 lines
202 B
Scheme
12 lines
202 B
Scheme
[
|
|
(module_definition)
|
|
(struct_definition)
|
|
(macro_definition)
|
|
(function_definition)
|
|
(compound_expression) ; begin blocks
|
|
(let_statement)
|
|
(if_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
] @fold
|