-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
[javascript] Bring back ES6 syntax highlighting support #133
Comments
And |
+1. Also |
Our colorizer doesn't support ES6 / ES7 yet. I will look for a text mate grammar that does that. |
@aeschli I thought for sure ES6 template strings were handled fairly well in the previous version of VSCode. |
@jnystrom Yes, it's a regression, we switched from our own tokenizer to a JavaScript text mate grammar. |
Plan is to use the TypeScript provided textmate grammar for JavaScript |
New grammar based on TypeScript grammar delivered. |
To try this out on a November release (0.10.1 - 3), replace the content of |
I tried the workaround from @aeschli, restarted Code, but still keywords like |
@konrad-garus |
Right now, those keywords like
import
class
from
are all plain white.The text was updated successfully, but these errors were encountered: