nvim-treesitter/runtime/queries/yuck
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
..
folds.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
highlights.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
indents.scm fix(yuck): improper use of supertypes in queries 2026-04-03 14:23:36 +02:00
injections.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
locals.scm fix(yuck): improper use of supertypes in queries 2026-04-03 14:23:36 +02:00