Improve coloring of js template strings Fixes #23111 (#23115)

This commit is contained in:
Matt Bierner
2017-03-23 13:31:00 -07:00
committed by GitHub
parent 50dae61e49
commit 076d135d18
3 changed files with 9 additions and 3 deletions

View File

@@ -243,8 +243,10 @@
{
"name": "JavaScript string interpolation ${}",
"scope": [
"punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts"
"punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js"
],
"settings": {
"foreground": "#569cd6"