| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(lua): fix some emmyluals warnings | Christian Clason | 2025-12-06 | 1 | -8/+8 |
| | | |||||
| * | fix(scripts): sort list of updated parsers | Christian Clason | 2025-06-29 | 1 | -0/+1 |
| | | |||||
| * | feat!: update tier 1 parsers to versions | Christian Clason | 2025-05-12 | 1 | -10/+41 |
| | | |||||
| * | refactor(lua): fix some luals warnings | Christian Clason | 2025-05-12 | 1 | -2/+3 |
| | | |||||
| * | feat(parsers): rework tiers | Christian Clason | 2025-05-12 | 1 | -1/+1 |
| | | | | | | | | * stable: updates follow semver releases (todo) * unstable: updates follow HEAD (default) * unmaintained: no automatic updates * unsupported: no updates, cannot be installed | ||||
| * | feat!: track parser revision in Lua | Christian Clason | 2025-05-12 | 1 | -0/+65 |
| 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. | |||||
