diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/cmake/fold.scm | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
