mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
feat(unison): add fold queries
This commit is contained in:
parent
c5be87ad3e
commit
88ed26a7e6
1 changed files with 10 additions and 0 deletions
10
queries/unison/folds.scm
Normal file
10
queries/unison/folds.scm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[
|
||||||
|
(fold)
|
||||||
|
(type_declaration)
|
||||||
|
(term_declaration)
|
||||||
|
(literal_list)
|
||||||
|
(exp_if)
|
||||||
|
(pattern)
|
||||||
|
(parenthesized_or_tuple_pattern)
|
||||||
|
(delay_block)
|
||||||
|
] @fold
|
||||||
Loading…
Add table
Add a link
Reference in a new issue