nvim-treesitter/scripts
Christian Clason 0860b9b107 fix(config): check both installed parsers and queries
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).
2025-05-29 11:52:58 +02:00
..
check-parsers.lua fix(config): check both installed parsers and queries 2025-05-29 11:52:58 +02:00
check-queries.lua fix(config): check both installed parsers and queries 2025-05-29 11:52:58 +02:00
ci-install.sh feat(tests)!: new infrastructure based on makefile 2025-05-12 18:43:41 +02:00
format-queries.lua refactor(lua): fix some luals warnings 2025-05-12 18:43:40 +02:00
install-parsers.lua fix(install): create cache dir if not existing 2025-05-26 17:21:18 +02:00
minimal_init.lua feat(tests)!: new infrastructure based on makefile 2025-05-12 18:43:41 +02:00
update-parsers.lua feat!: update tier 1 parsers to versions 2025-05-12 18:43:41 +02:00
update-readme.lua refactor(lua): fix some luals warnings 2025-05-12 18:43:40 +02:00