summaryrefslogtreecommitdiff
path: root/queries/yaml/folds.scm
AgeCommit message (Collapse)Author
2022-10-16folds(yaml): Fold at the entire node, not at the body.Jongwook Choi
2021-02-07Yaml: fix foldsSantos Gallegos
Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/887 (block_node) includes more nodes to fold, test with: ```yaml days: Monday: - test: example Tuesday: - test: example Wednesday: - test: example - test: example Thursday: - test: example Friday: - test: example - foo: | One Two Three ```
2021-01-04feat: added more fold querieselianiva