diff options
Diffstat (limited to 'runtime/queries/powershell/folds.scm')
| -rw-r--r-- | runtime/queries/powershell/folds.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/queries/powershell/folds.scm b/runtime/queries/powershell/folds.scm new file mode 100644 index 000000000..d87e3f688 --- /dev/null +++ b/runtime/queries/powershell/folds.scm @@ -0,0 +1,13 @@ +[ + (expandable_here_string_literal) + (verbatim_here_string_characters) + (function_statement) + (param_block) + (script_block_expression) + (statement_block) + (switch_body) + (array_expression) + (hash_literal_expression) + (class_statement) + (class_method_definition) +] @fold |
