mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Update Julia fold queries
This commit is contained in:
parent
6ec7516d3d
commit
a890c81a6b
1 changed files with 15 additions and 9 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue