1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/nix/folds.scm

12 lines
273 B
Scheme

; Nix doesn't really have blocks, so just guess what people might want folds for
[
(if_expression)
(with_expression)
(let_expression)
(function_expression)
(attrset_expression)
(rec_attrset_expression)
(list_expression)
(indented_string_expression)
] @fold