nvim-treesitter/queries/nix/folds.scm

12 lines
185 B
Scheme
Raw Normal View History

2020-11-18 16:52:41 -05:00
; Nix doesn't really have blocks, so just guess what people might want folds for
[
(if)
(with)
(let)
(function)
(attrset)
(rec_attrset)
(list)
2020-11-18 19:58:46 -05:00
(indented_string)
2020-11-18 16:52:41 -05:00
] @fold