Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/julia/folds.scm')
-rw-r--r--runtime/queries/julia/folds.scm21
1 files changed, 9 insertions, 12 deletions
diff --git a/runtime/queries/julia/folds.scm b/runtime/queries/julia/folds.scm
index 91a26c0c..91eede5f 100644
--- a/runtime/queries/julia/folds.scm
+++ b/runtime/queries/julia/folds.scm
@@ -1,14 +1,11 @@
[
- (module_definition)
- (struct_definition)
- (macro_definition)
- (function_definition)
- (if_statement)
- (try_statement)
- (for_statement)
- (while_statement)
- (let_statement)
- (quote_statement)
- (do_clause)
- (compound_statement) ; begin block
+ (module_definition)
+ (struct_definition)
+ (macro_definition)
+ (function_definition)
+ (compound_expression) ; begin blocks
+ (let_statement)
+ (if_statement)
+ (for_statement)
+ (while_statement)
] @fold