tree-sitter.tree-sitter/crates
Will Lillis fcb38e9dcf fix(query): keep the trailing anchor when a zero-matched quantifier is anchored
on both sides

In `A . Q* . B`, a zero-matched `Q` made both anchors vacuous, so `A` and `B`
were no longer required to be immediate siblings. Only relax the following
anchor on a `?`/`*` zero-skip when the skipped step has no leading anchor of
its own; otherwise the adjacency transfers through the empty run.

(cherry picked from commit dfcf73921c)
2026-07-17 19:47:19 -04:00
..
cli fix(query): keep the trailing anchor when a zero-matched quantifier is anchored 2026-07-17 19:47:19 -04:00
config refactor(config)!: transition from anyhow to thiserror 2025-11-14 11:28:00 +01:00
generate fix(generate): fold case-insensitive patterns ourselves 2026-07-16 23:53:31 -04:00
highlight fix(rust): fix new clippy lints 2026-04-23 02:19:20 -04:00
language 0.26.5 2026-02-01 20:27:27 +01:00
loader fix(rust): fix new clippy lints 2026-04-23 02:19:20 -04:00
tags fix(rust): address new clippy lints 2026-07-11 00:46:19 -04:00
xtask fix(xtask): eliminate silent errors in zig fetch 2026-06-30 20:06:29 -04:00