2020-08-28 16:17:20 +02:00
|
|
|
[
|
|
|
|
|
(for_statement)
|
|
|
|
|
(if_statement)
|
|
|
|
|
(while_statement)
|
2021-04-22 15:16:50 +02:00
|
|
|
(switch_statement)
|
2021-04-26 01:43:34 +02:00
|
|
|
(case_statement)
|
2020-08-28 16:17:20 +02:00
|
|
|
(function_definition)
|
2020-09-07 20:09:44 +02:00
|
|
|
(struct_specifier)
|
2021-07-02 18:46:49 +02:00
|
|
|
(enum_specifier)
|
2020-09-07 20:09:44 +02:00
|
|
|
(comment)
|
|
|
|
|
(preproc_if)
|
|
|
|
|
(preproc_elif)
|
|
|
|
|
(preproc_else)
|
|
|
|
|
(preproc_ifdef)
|
2020-11-30 10:21:33 +01:00
|
|
|
(initializer_list)
|
2023-07-27 03:51:13 -04:00
|
|
|
(gnu_asm_expression)
|
2020-08-28 16:17:20 +02:00
|
|
|
] @fold
|
2020-11-30 10:21:33 +01:00
|
|
|
|
2023-07-27 03:51:13 -04:00
|
|
|
(compound_statement
|
2022-01-26 21:43:18 +01:00
|
|
|
(compound_statement) @fold)
|