tree-sitter.tree-sitter/docs
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
..
src fix(query): keep the trailing anchor when a zero-matched quantifier is anchored 2026-07-17 19:47:19 -04:00
theme docs: add favicon and logo 2024-12-25 21:23:36 -05:00
.gitignore docs: migrate to mdbook 2024-12-24 20:54:59 -05:00
book.toml fix(docs): remove multilingual config field 2025-11-02 18:07:47 -05:00
package.nix refactor: rework nix flake 2025-09-09 03:03:35 -04:00