Tyriar/vscode-theme-generator

Interpolated characters not highlighted

usernamehw opened this issue · 1 comments

In JS/TS represented by ${}:

let str = `text${text}text` 

I think the grammar must have changed in VS Code:

{ color: s => s.syntax.keyword, generate: getSimpleColorGenerator('Template expression', 'template.expression.begin, template.expression.end') },

Or this never worked.