This release completes the introduction of "PCRE-style" regex into Vale (started in v2.9.0).
You can now use positive lookahead ((?=re)), negative lookahead ((?!re)), positive lookbehind ((?<=re)), and negative lookbehind ((?<!re)) constructs in all extension points.
Changelog
bd2b328 chore: drop Travis
538b339 chore: add release stage to GitLab
d0bb94d fix: support new (? syntax
6f33292 fix: port Meetup.yml to sequence
3a7b57d chore: remove old markup cmd
c2202c8 refactor: port all extensions points to regexp2