tree-sitter.tree-sitter/docs
Will Lillis dfcf73921c 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.
2026-07-17 17:53:45 -04:00
..
src fix(query): keep the trailing anchor when a zero-matched quantifier is anchored 2026-07-17 17:53:45 -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 treewide: add taplo config and reformat toml files 2026-02-18 00:59:34 -05:00
package.nix refactor: rework nix flake 2025-09-09 03:03:35 -04:00