提交 bba374c7 编写于 作者: M Matt Bierner

Colorize python placeholders in strings

上级 02350be4
......@@ -248,11 +248,12 @@
}
},
{
"name": "JavaScript string interpolation ${}",
"name": "String interpolation",
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
"punctuation.section.embedded",
"constant.character.format.placeholder"
],
"settings": {
"foreground": "#569cd6"
......
......@@ -237,11 +237,12 @@
}
},
{
"name": "JavaScript string interpolation ${}",
"name": "String interpolation",
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
"punctuation.section.embedded",
"constant.character.format.placeholder"
],
"settings": {
"foreground": "#569cd6"
......
......@@ -244,11 +244,12 @@
}
},
{
"name": "JavaScript string interpolation ${}",
"name": "String interpolation",
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
"punctuation.section.embedded",
"constant.character.format.placeholder"
],
"settings": {
"foreground": "#0000ff"
......
......@@ -387,11 +387,12 @@
}
},
{
"name": "String interpolation ${}",
"name": "String interpolation",
"scope": [
"punctuation.definition.template-expression.begin",
"punctuation.definition.template-expression.end",
"punctuation.section.embedded"
"punctuation.section.embedded",
"constant.character.format.placeholder"
],
"settings": {
"foreground": "#ec0d1e"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册