diff --git a/README.md b/README.md index c44620e..6252611 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An **[Oniguruma](https://github.com/kkos/oniguruma) to JavaScript regex transpiler** that runs in the browser and on your server. Use it to: - Take advantage of Oniguruma's many extended regex features in JavaScript. -- Run regexes written for Oniguruma from JavaScript, such as those used in TextMate grammars (used by VS Code, [Shiki](https://shiki.matsu.io/) syntax highlighter, etc.). +- Run regexes written for Oniguruma from JavaScript, such as those used in TextMate grammars (used by VS Code, [Shiki](https://shiki.style/) syntax highlighter, etc.). - Share regexes across your Ruby and JavaScript code. Compared to running the Oniguruma C library via WASM bindings using [vscode-oniguruma](https://github.com/microsoft/vscode-oniguruma), this library is **less than 4% of the size** and its regexes often run much faster since they run as native JavaScript. @@ -304,8 +304,7 @@ Notice that nearly every feature below has at least subtle differences from Java
[[:word:]]
, \p{Word}
\b
\b
, \w
, [[:word:]]
, \p{Word}
7F
, is UTF-8 encoded byte (unlike JS)7F
, is UTF-8 encoded byte (≠ JS)\n
(unlike JS)\n
(≠ JS)