Given the string \"text text #{interpolation}\" Sublime Text 2 highlights the whole string with one color. I would like to highlight the interpolated text so i
If you dig into the included Dawn.tmTheme file (one of the only included themes that does this highlighting properly) you'll find these highlighting rules for String embedded-source, for some reason some of the themes leave this out completely:
name
String embedded-source
scope
string source
settings
background
#6F8BBA26
fontStyle
foreground
#080808