kevinsawicki / monokai

Monokai Atom Syntax theme
241 stars 133 forks source link

Quotation marks within template strings are red rather than yellow (JavaScript) #87

Closed srmcconomy closed 7 years ago

srmcconomy commented 7 years ago

compare:

const s = 'string';
const c = `str${'ing'}`;

normally the 's are yellow, but inside template strings they are red

gustavoalfaro commented 7 years ago

Fixing it now!

gustavoalfaro commented 7 years ago

Fixed, update to reflect the changes 😄