You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Treat emoji sequences that render as a single grapheme as a single token. This includes flags and sequences containing modifiers and zero-width joiners.
Recognize underscores used for "underlining" and split them off.
Added a few Unicode formatting characters to the “nasty” characters.
Replaced POSIX character classes with built-ins or Unicode properties.