mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Add highlighting for coffeescript string interpolation. Fixes #29108
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user