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

Add highlighting for coffeescript string interpolation. Fixes #29108

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