-
Couldn't load subscription status.
- Fork 89
Added Javascript interpolated template string syntax coloring #48
Conversation
cmbankester
commented
Aug 14, 2015
- Color template string interpolation punctuation red
- Unset string color for contents of template string interpolation
* Color template string interpolation punctuation red * Unset string color for contents of template string interpolation
|
Could you show some before and after screenshots? |
|
@cbankester alright. Looks good! Once you fix this ping me and we will get this pulled in 👍 |
|
I fixed the selector issue, but uncovered a bug in atom/language-javascript that causes the closing bracket of a non-empty function body inside template string interpolation to be marked-up as the closing bracket of the interpolation. See, e.g.: I'll be opening an issue or pull request on that package soon, but as far as I'm aware, the styles here are correct now. |
|
Nice work @cbankester I will say that I would probably prefer for the language-javascript issue to be resolved first though |
|
Agreed. I poked around their source, but it's quite convoluted. I'll keep y'all updated on if a fix lands. |
|
Awesome. Looking forward to getting this pulled in! |
|
@cbankester I have filed an issue on the atom/language-javascript repo. |
|
@cbankester atom/language-javascript#199 has been resolved. I will take care of merging this in now! 👍 |
Added Javascript interpolated template string syntax coloring
|
@schmittyjd @cmbankester Nevermind it's just that atom hasn't published solarized v0.40 |




