mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Update julia parser to latest version, along with: - updating the queries, - pulling changes from `nvim-treesitter`’s queries (as the maintainters of the parser update the queries there), - reversing the queries’ order to be compatible with upstream.
15 lines
261 B
Scheme
15 lines
261 B
Scheme
[
|
|
(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
|
|
] @fold
|