Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/perl/fold.scm')
| -rw-r--r-- | runtime/queries/perl/fold.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime/queries/perl/fold.scm b/runtime/queries/perl/fold.scm deleted file mode 100644 index 17fd114b..00000000 --- a/runtime/queries/perl/fold.scm +++ /dev/null @@ -1,19 +0,0 @@ -(comment) @fold -(pod) @fold - -; fold the block-typed package statements only -(package_statement (block)) @fold - -[(subroutine_declaration_statement) - (conditional_statement) - (loop_statement) - (for_statement) - (cstyle_for_statement) - (block_statement) - (phaser_statement)] @fold - -(anonymous_subroutine_expression) @fold - -; perhaps folks want to fold these too? -[(anonymous_array_expression) - (anonymous_hash_expression)] @fold |