| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-31 | feat(emmy): add emmylua annotations | Lewis Russell | |
| 2022-09-12 | fix(fold): don't include whitespace end regions | Lewis Russell | |
| Some languages that are difficult to parse via Treesitter may incorrectly include whitespace lines at the end of regions. This can makes the calculated folds sub-optimal. To recitfy, use a custom directive (trim), to calculate the range with the trailing whitespace lines removed. Note this only works if the region end column is 0. Also added folds for Make. | |||
| 2021-11-02 | chore: fix typos | Dundar Göc | |
| 2021-07-18 | Folds: remove ending marks for folds; they only confuse vim when multiple ↵ | Andrew He | |
| closes on the same line are expected | |||
| 2021-07-08 | Folds: support 'foldminlines' | Munif Tanjim | |
| 2021-07-06 | Folds: fix fold deduplication and improve start/stop logic | Andrew He | |
| 2021-07-04 | Use stylua for autoformat code (#1480) | Santos Gallegos | |
| 2021-04-23 | fix(folds): use the correct rational operator | Grzegorz Rozdzialik | |
| Fixes a bug introduced in 41ed83ffc762b611644a311e344b33d5efc01944 Closes #1226 | |||
| 2021-04-22 | fix(folds): always fold more than one line | Thomas Vigouroux | |
| 2021-03-30 | refactor(all): language tree adaption (#1105) | Steven Sojka | |
| 2020-09-16 | fix(folds): has_fold -> has_folds | Stephan Seitz | |
| 2020-09-14 | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | |
| We use plural names for all query files except folds. | |||
| 2020-09-07 | Fold: respect max_fold_level from 'foldnestmax' | Santos Gallegos | |
| 2020-09-01 | docs(fold): document and comment | Thomas Vigouroux | |
| 2020-09-01 | fix(fold): fix #350 | Thomas Vigouroux | |
| Also correctly handle things like : if (foo) { } if (bar) { } | |||
| 2020-09-01 | fix(fold): revamp fold | Thomas Vigouroux | |
| fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds | |||
| 2020-07-05 | Make luacheck happy | Stephan Seitz | |
| 2020-05-25 | feat: add syntax-based folding | Thomas Vigouroux | |
