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
Hello, everybody. There're some problems with JS syntax highlighting when I use regexp with //:
//
a => ( { a: /^mods\//, b: 2 });
It seems that vscode handle them as // comments.
// comments
There's also one without regexp, but with \\
\\
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
4449716
mjbvz
No branches or pull requests
Hello, everybody. There're some problems with JS syntax highlighting when I use regexp with
//
:It seems that vscode handle them as
// comments
.There's also one without regexp, but with
![img_22_01_01_5786111f019](https://user-images.githubusercontent.com/744114/51525228-0f0e5c00-1e5a-11e9-81ee-05805394bb1d.png)
\\
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: