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
Multiplying and dividing a regex with escaped backslash by a literal number results in wrong highlighting.
console.log(/\//*1);
and
console.log(/\///1);
The text was updated successfully, but these errors were encountered:
While these things are getting fixed here, if you want the most correct syntax highlighting of JS try Ecmascript-Sublime
It can also parse the other bug you reported correctly.
Sorry, something went wrong.
Nothing to see here 😄
No branches or pull requests
Multiplying and dividing a regex with escaped backslash by a literal number results in wrong highlighting.
and
The text was updated successfully, but these errors were encountered: