mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
feat(gotmpl,helm): add fold queries
This commit is contained in:
parent
aca4432ef6
commit
dfd047d15f
2 changed files with 9 additions and 0 deletions
8
queries/gotmpl/folds.scm
Normal file
8
queries/gotmpl/folds.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
(if_action)
|
||||||
|
(range_action)
|
||||||
|
(block_action)
|
||||||
|
(with_action)
|
||||||
|
(define_action)
|
||||||
|
(comment)
|
||||||
|
] @fold
|
||||||
1
queries/helm/folds.scm
Normal file
1
queries/helm/folds.scm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
; inherits: gotmpl
|
||||||
Loading…
Add table
Add a link
Reference in a new issue