diff --git a/queries/cmake/fold.scm b/queries/cmake/fold.scm new file mode 100644 index 000000000..6af8c472a --- /dev/null +++ b/queries/cmake/fold.scm @@ -0,0 +1,9 @@ +[ + (normal_command) + (if_condition) + (foreach_loop) + (while_loop) + (function_def) + (macro_def) + (message_command) +] @fold