joshpeng / One-Dark

Atom's One Dark theme for Visual Studio Code
MIT License
15 stars 2 forks source link

String interpolation and template string support #7

Closed rtwayland closed 1 year ago

rtwayland commented 6 years ago

When using template strings, it would be nice if the curly braces were colored differently than the color of the string itself.

For instance, when using CoffeeScript's string interpolation: String Interpolation with single variable String Interpolation with variable and property

Or ES6 template strings: Template string with single variable Template string with variable and property

Thanks!