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
From @TheColorRed on October 10, 2016 1:7
Version: 2.0.3
When using [Symbol.iterator](){} Syntax highlighting breaks.
[Symbol.iterator](){}
Before:
After:
Copied from original issue: microsoft/TypeScript#11474
The text was updated successfully, but these errors were encountered:
From @aluanhaddad on October 10, 2016 3:47
I am seeing this for all computed method names as well as for computed get and set accessor names within a class body.
get
set
Sorry, something went wrong.
From @basarat on October 10, 2016 5:22
Probably belongs here : https://github.com/Microsoft/TypeScript-TmLanguage 🌹
@TheColorRed this should be fixed in latest grammar as part of #257 You could try it out by installing vscode extension
sheetalkamat
No branches or pull requests
From @TheColorRed on October 10, 2016 1:7
Version: 2.0.3
When using
[Symbol.iterator](){}
Syntax highlighting breaks.Before:
After:
Copied from original issue: microsoft/TypeScript#11474
The text was updated successfully, but these errors were encountered: