Commit graph

3 commits

Author SHA1 Message Date
Christian Clason
9df9b89354 refactor(lua): fix some luals warnings 2025-05-01 17:30:57 +02:00
Christian Clason
3be8b2a31f feat(parsers): rework tiers
* stable: updates follow semver releases (todo)
* unstable: updates follow HEAD (default)
* unmaintained: no automatic updates
* unsupported: no updates, cannot be installed
2025-04-30 11:48:30 +02:00
Christian Clason
7fea2eefd7 feat!: track parser revision in Lua
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.
2025-04-30 11:48:30 +02:00