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
Everything in the scope of the for loop breaks for syntax highlighting. Easy to fix by adding a space around the operator in the condition.
The text was updated successfully, but these errors were encountered:
I'm seeing the same error on Linux. It breaks for i<5 and i< 5 but not i <5. Notice how the method name test2 is also the wrong color.
i<5
i< 5
i <5
test2
Also, I'm using ES6 and not TypeScript.
Sorry, something went wrong.
Probably microsoft/TypeScript-TmLanguage#17 ?
This issue was moved to microsoft/TypeScript-TmLanguage#83
aeschli
No branches or pull requests
Everything in the scope of the for loop breaks for syntax highlighting. Easy to fix by adding a space around the operator in the condition.
The text was updated successfully, but these errors were encountered: