nvim-treesitter/lua/nvim-treesitter
Christian Clason 2098db61dc fix(yuck): improper use of supertypes in queries
Problem: `(ast_block)` is a supertype, of which `(symbol)` (among
others) is a subtype, which makes the final local pattern invalid.
(This was not noticed before because the parser is stuck at ABI 14
due to a missing `tree-sitter.json`.)

Solution: Fix the pattern and use supertype where appropriate.
2026-04-03 14:23:36 +02:00
..
_meta feat(parsers)!: remove gitlab-hosted blueprint, fusion, jsonc 2025-12-06 18:10:39 +01:00
async.lua ci: migrate to emmyluals 2026-04-02 15:00:21 +02:00
config.lua feat!: drop support for Nvim 0.11 2026-04-01 14:59:03 +02:00
health.lua feat!: drop support for Nvim 0.11 2026-04-01 14:59:03 +02:00
indent.lua ci: migrate to emmyluals 2026-04-02 15:00:21 +02:00
init.lua feat(api): expose list of available and installed languages 2025-05-29 12:11:56 +02:00
install.lua ci: migrate to emmyluals 2026-04-02 15:00:21 +02:00
log.lua feat: improve logging of failed installs 2025-05-12 18:43:40 +02:00
parsers.lua fix(yuck): improper use of supertypes in queries 2026-04-03 14:23:36 +02:00
util.lua feat(install): support custom queries 2025-06-04 11:35:41 +02:00