-
Notifications
You must be signed in to change notification settings - Fork 30.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
ES6 javascript template syntax hightlighting not using string color #242
Comments
#52 seems to indicate this problem is with all interpolation strings, even beyond ES6 JS. It's good to have a solid version number when this did work, though. Should help tracking it down. |
I am also noticing this issue with the beta version that was not there in the previous version. |
I just posted a screenshot for this here: #130 |
I have the same issue. |
duplicate of #133 |
If Ruby also has problems with interpolated strings we need to look at this separately. Please file an issue just for Ruby. The issue with JavaScript is that we switched from our own tokenizer to a Text Mate tokenizer that doesn't support ES6. |
ES6 string template is shown with the same color than expresions/variables. On 0.9.2 version, the template was using the string color (i.e. red in default light theme) allowing a good discrimination between template and placehoders expressions.
The text was updated successfully, but these errors were encountered: