| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: track parser revision in Lua | Christian Clason | 2025-05-12 | 1 | -64/+0 |
| | | | | | | | | | | | | Problem: Tracking parser revision in lockfile and allowing override through the parsers module complicates the code. In addition, only revision changes are handled robustly, not changes to other installation info. Solution: Track parser revision in the parsers module directly. Reload parser table on every install or update call. Support modifying parser table in a `User TSUpdate` autocommand. | ||||
| * | fix: better output for update-lockfile | Christian Clason | 2025-05-12 | 1 | -13/+20 |
| | | |||||
| * | feat: add parser tiers | Christian Clason | 2025-05-12 | 1 | -3/+4 |
| | | | | | | | | | | | Tier 1: Stable Tier 2: Core (maintained by org members) Tier 3: Community (maintained by external contributors, to varying degree) Tier 4: Unsupported (lacking active maintainer or declared experimental); skipped in lockfile update and ignored for automatic install by default | ||||
| * | refactor: use vim.system (#4923) | Lewis Russell | 2025-05-12 | 1 | -25/+40 |
| | | |||||
| * | fix: install dependencies | Christian Clason | 2025-05-12 | 1 | -14/+8 |
| | | |||||
| * | ci: remove update-lockfile shell script | Christian Clason | 2025-05-12 | 1 | -0/+47 |
