mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
20 lines
307 B
Scheme
20 lines
307 B
Scheme
|
[
|
||
|
(for_statement)
|
||
|
(if_statement)
|
||
|
(while_statement)
|
||
|
(switch_statement)
|
||
|
(case_statement)
|
||
|
(function_definition)
|
||
|
(struct_specifier)
|
||
|
(enum_specifier)
|
||
|
(comment)
|
||
|
(preproc_if)
|
||
|
(preproc_elif)
|
||
|
(preproc_else)
|
||
|
(preproc_ifdef)
|
||
|
(initializer_list)
|
||
|
] @fold
|
||
|
|
||
|
(compound_statement
|
||
|
(compound_statement) @fold)
|