mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-24 20:13:00 +03:00
doc regex: Avoid confusion in relationship with ECMAScript
The prologue led some users to believe the implementation was compliant with ECMAScript let alone some differences (who *are* documented at the end of the page).
This commit is contained in:
parent
be4659097c
commit
764a8b0602
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
== Regex syntax
|
== Regex syntax
|
||||||
|
|
||||||
Kakoune regex syntax is based on ECMAScript syntax, as defined by the
|
Kakoune's regex syntax is inspired after ECMAScript, as defined by the
|
||||||
ECMA-262 standard (see <<regex#compatibility,:doc regex compatibility>>).
|
ECMA-262 standard (see <<regex#compatibility,:doc regex compatibility>>).
|
||||||
|
|
||||||
Kakoune's regex always runs on Unicode codepoint sequences, not on bytes.
|
Kakoune's regex always runs on Unicode codepoint sequences, not on bytes.
|
||||||
|
Loading…
Reference in New Issue
Block a user