-
Notifications
You must be signed in to change notification settings - Fork 30
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
universal-charcter-names not allowed in identifiers #17
Labels
Comments
If that syntax is truly allowed everywhere its going to take awhile to get it tracked down. The good news is a lot of the code already depends on |
jeff-hykin
added
Nearly Impossible :(
Things that likely need more than just Textmate matching to fix
low priority
🐛 Bug
Something isn't working
and removed
Nearly Impossible :(
Things that likely need more than just Textmate matching to fix
labels
Mar 12, 2019
This was referenced Apr 10, 2019
jeff-hykin
added a commit
that referenced
this issue
Apr 11, 2019
matter123
added a commit
that referenced
this issue
Apr 11, 2019
jeff-hykin
added a commit
that referenced
this issue
Apr 14, 2019
jeff-hykin
added a commit
that referenced
this issue
Apr 14, 2019
support for Universal Charcter Names #17
pushed with |
matter123
added a commit
that referenced
this issue
May 11, 2019
jeff-hykin
added a commit
that referenced
this issue
May 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the standard identifiers are allowed to contain universal-character-names ([lex.name]/1).
Universal-character-names are of the the pattern
/\\u[0-9a-fA-F]{4}/
or/\\U[0-9a-fA-F{8}/
. When these characters are inserted into a place where identifiers are expected highlighting breaks.The text was updated successfully, but these errors were encountered: