Update Julia fold queries

This commit is contained in:
Sergio Alejandro Vargas 2021-06-14 15:46:25 -05:00 committed by Stephan Seitz
parent 6ec7516d3d
commit a890c81a6b

View file

@ -1,11 +1,17 @@
[ [
(module_definition) (module_definition)
(struct_definition) (struct_definition)
(macro_definition) (macro_definition)
(function_definition) (function_definition)
(compound_expression) ; begin blocks
(let_statement) (if_statement)
(if_statement) (try_statement)
(for_statement) (for_statement)
(while_statement) (while_statement)
(let_statement)
(quote_statement)
(do_clause)
(compound_expression)
] @fold ] @fold