Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/ada/folds.scm')
| -rw-r--r-- | runtime/queries/ada/folds.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/queries/ada/folds.scm b/runtime/queries/ada/folds.scm deleted file mode 100644 index 819d92cc..00000000 --- a/runtime/queries/ada/folds.scm +++ /dev/null @@ -1,15 +0,0 @@ -; Support for folding in Ada -;; za toggles folding a package, subprogram, if statement or loop - -[ - (package_declaration) - (generic_package_declaration) - (package_body) - (subprogram_declaration) - (subprogram_body) - (block_statement) - (if_statement) - (loop_statement) - (gnatprep_declarative_if_statement) - (gnatprep_if_statement) -] @fold |