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)
(struct_definition)
(macro_definition)
(function_definition)
(compound_expression) ; begin blocks
(let_statement)
(if_statement)
(for_statement)
(while_statement)
(module_definition)
(struct_definition)
(macro_definition)
(function_definition)
(if_statement)
(try_statement)
(for_statement)
(while_statement)
(let_statement)
(quote_statement)
(do_clause)
(compound_expression)
] @fold