tree-sitter.tree-sitter/docs/src
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
..
assets Revert "feat: allow - in grammar names" 2026-03-13 20:45:45 +01:00
cli docs: include info on environment variables for fuzz command 2026-02-01 19:07:59 +01:00
creating-parsers docs: indicate that dashes are not permitted in parser names 2026-03-13 20:45:45 +01:00
using-parsers fix(query): keep the trailing anchor when a zero-matched quantifier is anchored 2026-07-17 19:47:19 -04:00
3-syntax-highlighting.md docs: update highlight crate link 2025-09-24 16:29:08 -04:00
4-code-navigation.md docs: migrate to mdbook 2024-12-24 20:54:59 -05:00
5-implementation.md fix(docs): update more broken links 2025-09-26 16:10:29 -05:00
6-contributing.md fix(docs): final updates before 0.26.1 2025-11-24 15:18:12 +01:00
7-playground.md docs(playground): show toast when tree is copied 2025-09-09 03:13:35 -04:00
index.md docs: update bindings list 2025-07-14 10:24:17 +03:00
SUMMARY.md docs: New page about ABI versions for parser users 2025-11-20 01:07:58 -05:00