mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 15:36:29 -04:00
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
|
||
|---|---|---|
| .. | ||
| assets | ||
| cli | ||
| creating-parsers | ||
| using-parsers | ||
| 3-syntax-highlighting.md | ||
| 4-code-navigation.md | ||
| 5-implementation.md | ||
| 6-contributing.md | ||
| 7-playground.md | ||
| index.md | ||
| SUMMARY.md | ||