mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 20:40:04 +08:00
18 lines
251 B
Scheme
18 lines
251 B
Scheme
|
[
|
||
|
(module_definition)
|
||
|
(struct_definition)
|
||
|
(macro_definition)
|
||
|
(function_definition)
|
||
|
|
||
|
(if_statement)
|
||
|
(try_statement)
|
||
|
(for_statement)
|
||
|
(while_statement)
|
||
|
(let_statement)
|
||
|
(quote_statement)
|
||
|
|
||
|
(do_clause)
|
||
|
(compound_expression)
|
||
|
] @fold
|
||
|
|