mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Problem: Can't uninstall custom parsers without queries since `installed_parsers` only iterates over installed queries (to include query-only languages, and to avoid string manipulation). Solution: Iterate over both queries and parsers to collect list of installed languages (optionally only queries or only parsers). |
||
|---|---|---|
| .. | ||
| check-parsers.lua | ||
| check-queries.lua | ||
| ci-install.sh | ||
| format-queries.lua | ||
| install-parsers.lua | ||
| minimal_init.lua | ||
| update-parsers.lua | ||
| update-readme.lua | ||