fix(c): add missing folds

This commit is contained in:
Amaan Qureshi 2023-10-04 06:28:03 -04:00
parent 06fa0a0234
commit eb96ca52a7

View file

@ -2,6 +2,7 @@
(for_statement) (for_statement)
(if_statement) (if_statement)
(while_statement) (while_statement)
(do_statement)
(switch_statement) (switch_statement)
(case_statement) (case_statement)
(function_definition) (function_definition)
@ -12,6 +13,7 @@
(preproc_elif) (preproc_elif)
(preproc_else) (preproc_else)
(preproc_ifdef) (preproc_ifdef)
(preproc_function_def)
(initializer_list) (initializer_list)
(gnu_asm_expression) (gnu_asm_expression)
] @fold ] @fold