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
import and from are not colored as reserved words in import sentence.
The text was updated successfully, but these errors were encountered:
import and from comes from ES6 syntax. JSDT is improving syntax coloration for ES6. It will be available for Eclipse Neon (in June).
Sorry, something went wrong.
With your brand new TypeScript editor what do you think about this issue?
The TypeScript editor uses syntax coloration of JSDT (which is a big part). You must wait Neon for import.
Fixed with b4f3bfa
Here the result:
See https://github.com/angelozerr/typescript.java/wiki/New-and-Noteworthy-1.1.0#typescript-editor
No branches or pull requests
import and from are not colored as reserved words in import sentence.
The text was updated successfully, but these errors were encountered: