doc regex: Avoid confusion in relationship with ECMAScript

Co-authored-by: Screwtapello <thristian@gmail.com>
This commit is contained in:
Frank LENORMAND 2021-10-29 19:21:50 +02:00 committed by GitHub
parent 764a8b0602
commit 0442453a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
== Regex syntax
Kakoune's regex syntax is inspired after ECMAScript, as defined by the
Kakoune's regex syntax is inspired by ECMAScript, as defined by the
ECMA-262 standard (see <<regex#compatibility,:doc regex compatibility>>).
Kakoune's regex always runs on Unicode codepoint sequences, not on bytes.