summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/fold.lua
AgeCommit message (Collapse)Author
2021-03-30refactor(all): language tree adaption (#1105)Steven Sojka
2020-09-16fix(folds): has_fold -> has_foldsStephan Seitz
2020-09-14Folds: rename query files to folds.scm to be consistentSantos Gallegos
We use plural names for all query files except folds.
2020-09-07Fold: respect max_fold_level from 'foldnestmax'Santos Gallegos
2020-09-01docs(fold): document and commentThomas Vigouroux
2020-09-01fix(fold): fix #350Thomas Vigouroux
Also correctly handle things like : if (foo) { } if (bar) { }
2020-09-01fix(fold): revamp foldThomas Vigouroux
fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds
2020-07-05Make luacheck happyStephan Seitz
2020-05-25feat: add syntax-based foldingThomas Vigouroux