diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-04-03 14:05:55 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-04-03 14:23:36 +0200 |
| commit | 2098db61dcca4857465c340ee29c81f12c7355e8 (patch) | |
| tree | ef55445a4fd2806af8aea0c78f98f5ca7f080cf1 /tests/query/highlights/python | |
| parent | feat(parsers): add jjdescription (#8625) (diff) | |
| download | nvim-treesitter-2098db61dcca4857465c340ee29c81f12c7355e8.tar nvim-treesitter-2098db61dcca4857465c340ee29c81f12c7355e8.tar.gz nvim-treesitter-2098db61dcca4857465c340ee29c81f12c7355e8.tar.bz2 nvim-treesitter-2098db61dcca4857465c340ee29c81f12c7355e8.tar.lz nvim-treesitter-2098db61dcca4857465c340ee29c81f12c7355e8.tar.xz nvim-treesitter-2098db61dcca4857465c340ee29c81f12c7355e8.tar.zst nvim-treesitter-2098db61dcca4857465c340ee29c81f12c7355e8.zip | |
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.
Diffstat (limited to 'tests/query/highlights/python')
0 files changed, 0 insertions, 0 deletions
