feat(gotmpl,helm): add fold queries

This commit is contained in:
qvalentin 2024-07-06 19:19:55 +02:00 committed by Christian Clason
parent aca4432ef6
commit dfd047d15f
2 changed files with 9 additions and 0 deletions

8
queries/gotmpl/folds.scm Normal file
View file

@ -0,0 +1,8 @@
[
(if_action)
(range_action)
(block_action)
(with_action)
(define_action)
(comment)
] @fold

1
queries/helm/folds.scm Normal file
View file

@ -0,0 +1 @@
; inherits: gotmpl