Closed
Description
From @zackschuster on November 3, 2016 16:18
- VSCode Version: 1.7.0 (or pre-1.7 with new grammar extension)
- OS Version: Windows 10
Steps to Reproduce:
- Write a template literal string with interpolation:
`test ${var}`
- Before the new grammar was introduced, interpolation received special coloring
- Post new grammar, interpolation is colored the same as the rest of the string
Personally, I find this far less readable when scanning template strings; I have to look more carefully than before to pick out where I'm interpolating an expression. Is there a way we can return the old coloring while respecting the new design decisions behind the grammar rewrite?
Copied from original issue: microsoft/vscode#14917