From 8bc5d1ff3fc79ca4a54965730dcddf17f9d6f026 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 7 Sep 2020 20:09:44 +0200 Subject: Add C++ folds and C comment/preproc folds --- queries/c/fold.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'queries/c') diff --git a/queries/c/fold.scm b/queries/c/fold.scm index 403530f2..5e76f37e 100644 --- a/queries/c/fold.scm +++ b/queries/c/fold.scm @@ -4,4 +4,10 @@ (while_statement) (translation_unit) (function_definition) + (struct_specifier) + (comment) + (preproc_if) + (preproc_elif) + (preproc_else) + (preproc_ifdef) ] @fold -- cgit v1.2.3