From 91fdda9b5c3896b4b630d98292d657afa00bba2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Barreteau?= Date: Mon, 24 Jan 2022 16:46:29 -0500 Subject: [PATCH] folds(c): fold at compound_statement --- queries/c/folds.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/queries/c/folds.scm b/queries/c/folds.scm index 72d0a34bf..9ef083e0c 100644 --- a/queries/c/folds.scm +++ b/queries/c/folds.scm @@ -13,5 +13,6 @@ (preproc_else) (preproc_ifdef) (initializer_list) + (compound_statement) ] @fold