Skip to content
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

Syntax highlight error in js code #298

Closed
aeschli opened this issue Oct 10, 2016 · 3 comments
Closed

Syntax highlight error in js code #298

aeschli opened this issue Oct 10, 2016 · 3 comments
Assignees
Labels

Comments

@aeschli
Copy link

aeschli commented Oct 10, 2016

From @ihgsm on September 21, 2016 22:51

  • VSCode Version: 1.5.2
  • OS Version: Win10

Steps to Reproduce:

  1. In any existing JavaScript code type this: (n<<t ). Make sure there is a space after the t.
  2. Check the syntax highlighting of the rest of the code, all the text that supposed to be white are now in dark grey. (using Dark+ color theme)

Copied from original issue: microsoft/vscode#12413

@aeschli
Copy link
Author

aeschli commented Oct 10, 2016

From @chrmarti on September 22, 2016 15:41

screen shot 2016-09-22 at 8 41 17 am

@aeschli
Copy link
Author

aeschli commented Oct 10, 2016

From @staralfurbe on September 26, 2016 17:10

I've a very similar issue, i assume the root cause is the same.

In js code within a php file, "<" followed by any character will cause the same color problem for the rest of file.
image

@sheetalkamat
Copy link
Member

This should be fixed in latest grammar by #257
It should be available as part of vscode extension

colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants