mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
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. |
||
|---|---|---|
| .. | ||
| check-queries.lua | ||
| ci-install.sh | ||
| convert-lockfile.lua | ||
| format-queries.lua | ||
| install-parsers.lua | ||
| minimal_init.lua | ||
| run_tests.sh | ||
| update-parsers.lua | ||
| update-readme.lua | ||