nvim-treesitter/lua/nvim-treesitter
Christian Clason c17de56890 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-12 18:43:40 +02:00
..
_meta feat!: track parser revision in Lua 2025-05-12 18:43:40 +02:00
async.lua refactor: use vim.system (#4923) 2025-05-12 18:43:40 +02:00
config.lua feat!: track parser revision in Lua 2025-05-12 18:43:40 +02:00
health.lua feat!: track parser revision in Lua 2025-05-12 18:43:40 +02:00
indent.lua feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
init.lua feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
install.lua feat!: track parser revision in Lua 2025-05-12 18:43:40 +02:00
locals.lua feat(locals)!: refactor locals.lua into standalone 2025-05-12 18:43:40 +02:00
log.lua feat: improve logging of failed installs 2025-05-12 18:43:40 +02:00
parsers.lua feat!: track parser revision in Lua 2025-05-12 18:43:40 +02:00
util.lua refactor: use vim.uv 2025-05-12 18:43:40 +02:00