提交 6eab963c 编写于 作者: M Matt Bierner

Add highlighting for coffeescript string interpolation. Fixes #29108

上级 4f372d0b
...@@ -246,7 +246,8 @@ ...@@ -246,7 +246,8 @@
"punctuation.definition.template-expression.begin.js", "punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts", "punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts", "punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js" "punctuation.definition.template-expression.end.js",
"punctuation.section.embedded.coffee"
], ],
"settings": { "settings": {
"foreground": "#569cd6" "foreground": "#569cd6"
...@@ -258,7 +259,8 @@ ...@@ -258,7 +259,8 @@
"support.type.property-name", "support.type.property-name",
"variable.css", "variable.css",
"variable.scss", "variable.scss",
"variable.other.less" "variable.other.less",
"source.coffee.embedded"
], ],
"settings": { "settings": {
"foreground": "#9cdcfe" "foreground": "#9cdcfe"
......
...@@ -233,7 +233,8 @@ ...@@ -233,7 +233,8 @@
"punctuation.definition.template-expression.begin.js", "punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts", "punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts", "punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js" "punctuation.definition.template-expression.end.js",
"punctuation.section.embedded.coffee"
], ],
"settings": { "settings": {
"foreground": "#569cd6" "foreground": "#569cd6"
...@@ -245,7 +246,8 @@ ...@@ -245,7 +246,8 @@
"support.type.property-name", "support.type.property-name",
"variable.css", "variable.css",
"variable.scss", "variable.scss",
"variable.other.less" "variable.other.less",
"source.coffee.embedded"
], ],
"settings": { "settings": {
"foreground": "#d4d4d4" "foreground": "#d4d4d4"
......
...@@ -242,7 +242,8 @@ ...@@ -242,7 +242,8 @@
"punctuation.definition.template-expression.begin.js", "punctuation.definition.template-expression.begin.js",
"punctuation.definition.template-expression.begin.ts", "punctuation.definition.template-expression.begin.ts",
"punctuation.definition.template-expression.end.ts", "punctuation.definition.template-expression.end.ts",
"punctuation.definition.template-expression.end.js" "punctuation.definition.template-expression.end.js",
"punctuation.section.embedded.coffee"
], ],
"settings": { "settings": {
"foreground": "#0000ff" "foreground": "#0000ff"
...@@ -268,7 +269,8 @@ ...@@ -268,7 +269,8 @@
"support.type.property-name", "support.type.property-name",
"variable.css", "variable.css",
"variable.scss", "variable.scss",
"variable.other.less" "variable.other.less",
"source.coffee.embedded"
], ],
"settings": { "settings": {
"foreground": "#ff0000" "foreground": "#ff0000"
......
...@@ -112,7 +112,10 @@ ...@@ -112,7 +112,10 @@
}, },
{ {
"name": "Template Definition", "name": "Template Definition",
"scope": "punctuation.definition.template-expression", "scope": [
"punctuation.definition.template-expression",
"punctuation.section.embedded.coffee"
],
"settings": { "settings": {
"foreground": "#F92672" "foreground": "#F92672"
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册