提交 076d135d 编写于 作者: M Matt Bierner 提交者: GitHub

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

上级 50dae61e
......@@ -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"
......
......@@ -225,8 +225,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"
......
......@@ -239,8 +239,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": "#0000ff"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册