mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
18 lines
250 B
Scheme
18 lines
250 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_statement)
|
|
] @fold
|
|
|