-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Match whole word does not work for not latin characters (at least for cyrillic) #3623
Comments
@alexandrudima link to code - The problem is in |
The problem is that js doesn't have full support for unicode. Even with |
@ebugusey atom does not use oniguruma everywhere or it doesn't help in all cases. I've made a unicode support for Atom-autocomplete using the XRegExp library. |
fyi @roblourens |
Search in files uses a different implementation. Hence the ping to @roblourens |
Opened a new issue for it, #27280 |
I created the next document:
And if I am trying to find all whole words "я", vscode highlights all three first words. But if I am trying to find "i", vs code highlights only fourth word.
The text was updated successfully, but these errors were encountered: