| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -6/+0 |
| | | |||||
| * | feat(make): fold `define` statements. | Andreas Hartmann | 2025-02-27 | 1 | -0/+1 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -7/+5 |
| | | |||||
| * | fix(fold): don't include whitespace end regions | Lewis Russell | 2022-09-12 | 1 | -0/+7 |
| 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. | |||||
