diff --git a/extending.html b/extending.html index a061791f42..ee09bdfff6 100644 --- a/extending.html +++ b/extending.html @@ -45,8 +45,8 @@
true
,
the first capturing group in the regex pattern
is discarded when matching this token, so it effectively behaves
- as if it was lookbehind. For an example of this, check out the JavaScript language definition, in particular the regex and comment tokens:
- rest
is useful, check the Markup definitions above.