mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
Add Julia queries
This commit is contained in:
parent
4ad6c526f3
commit
d2a5e207b8
1 changed files with 11 additions and 0 deletions
11
queries/julia/folds.scm
Normal file
11
queries/julia/folds.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
(module_definition)
|
||||
(struct_definition)
|
||||
(macro_definition)
|
||||
(function_definition)
|
||||
(compound_expression) ; begin blocks
|
||||
(let_statement)
|
||||
(if_statement)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue