Commit graph

2 commits

Author SHA1 Message Date
Christian Clason
646ae66641 feat!: use tree-sitter build 2025-05-06 10:34:44 +02:00
Christian Clason
45cf60df05 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-05-06 10:34:44 +02:00