mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04: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
|