aboutsummaryrefslogtreecommitdiffstats
path: root/queries/yaml/folds.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-4/+0
|
* folds(yaml): Fold at the entire node, not at the body.Jongwook Choi2022-10-161-1/+2
|
* Yaml: fix foldsSantos Gallegos2021-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* feat: added more fold querieselianiva2021-01-041-0/+3