Closed
Description
From @ihgsm on September 21, 2016 22:51
- VSCode Version: 1.5.2
- OS Version: Win10
Steps to Reproduce:
- In any existing JavaScript code type this:
(n<<t )
. Make sure there is a space after the t. - 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
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
aeschli commentedon Oct 10, 2016
From @chrmarti on September 22, 2016 15:41
aeschli commentedon 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.

sheetalkamat commentedon Oct 10, 2016
This should be fixed in latest grammar by #257
It should be available as part of vscode extension