We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Taken from: MadcapJake/language-perl6fe#39
The closing bracket of the escape gets highlighted as closing bracket of the character class.
Example Code
/<[b]+[b\x[308]]>/
The text was updated successfully, but these errors were encountered:
Fix unicode hex codepoints highlighting wrong in regex char classes
2165800
Fixes Issue #10. Tests have been added for it as well.
v1.9.11 has been released, which fixes this bug. Closing.
Sorry, something went wrong.
No branches or pull requests
Taken from: MadcapJake/language-perl6fe#39
The closing bracket of the escape gets highlighted as closing bracket of the character class.
Example Code
/<[b]+[b\x[308]]>/
The text was updated successfully, but these errors were encountered: