nvim-treesitter/plugin
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
..
filetypes.lua feat(html): use gsub for mimetype lookup 2025-05-12 18:43:40 +02:00
nvim-treesitter.lua fix(config): check both installed parsers and queries 2025-05-29 11:52:58 +02:00
query_predicates.lua refactor(lua): fix some luals warnings 2025-05-12 18:43:40 +02:00