Update docs/section-2-using-parsers.md
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
b5d20f07b6
commit
b42b873564
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ Finally, an anchor _between_ two child patterns will cause the patterns to only
|
|||
(identifier) @next-id)
|
||||
```
|
||||
|
||||
Were the anchor elided, non-consecutive pairs like `a, c` and `b, d` would be matched.
|
||||
Without the anchor, non-consecutive pairs like `a, c` and `b, d` would also be matched.
|
||||
|
||||
The restrictions placed on a pattern by an anchor operator ignore anonymous nodes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue