diff options
Diffstat (limited to 'helix-22.03-x86_64-windows/runtime/queries/julia/folds.scm')
-rw-r--r-- | helix-22.03-x86_64-windows/runtime/queries/julia/folds.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/helix-22.03-x86_64-windows/runtime/queries/julia/folds.scm b/helix-22.03-x86_64-windows/runtime/queries/julia/folds.scm new file mode 100644 index 0000000..91eede5 --- /dev/null +++ b/helix-22.03-x86_64-windows/runtime/queries/julia/folds.scm @@ -0,0 +1,11 @@ +[ + (module_definition) + (struct_definition) + (macro_definition) + (function_definition) + (compound_expression) ; begin blocks + (let_statement) + (if_statement) + (for_statement) + (while_statement) +] @fold |