mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Adopt new vscode textmate
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "header",
|
||||
"scope": "meta.diff.header",
|
||||
"settings": {
|
||||
"foreground": "#000080"
|
||||
}
|
||||
@@ -46,7 +46,11 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "constant.rgb-value",
|
||||
"scope": [
|
||||
"constant.other.color.rgb-value.css",
|
||||
"constant.numeric.color.rgb-value.scss",
|
||||
"constant.other.rgb-value.css"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
@@ -71,7 +75,19 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["entity.other.attribute-name.css", "entity.other.attribute-name.scss"],
|
||||
"scope": [
|
||||
"entity.other.attribute-name.class.css",
|
||||
"entity.other.attribute-name.class.mixin.css",
|
||||
"entity.other.attribute-name.id.css",
|
||||
"entity.other.attribute-name.parent-selector.css",
|
||||
"entity.other.attribute-name.pseudo-class.css",
|
||||
"entity.other.attribute-name.pseudo-element.css",
|
||||
|
||||
"source.css.less entity.other.attribute-name.id",
|
||||
|
||||
"entity.other.attribute-name.attribute.scss",
|
||||
"entity.other.attribute-name.scss"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#800000"
|
||||
}
|
||||
@@ -128,7 +144,10 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["markup.punctuation.quote.beginning", "markup.punctuation.list.beginning"],
|
||||
"scope": [
|
||||
"beginning.punctuation.definition.quote.markdown",
|
||||
"beginning.punctuation.definition.list.markdown"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
@@ -201,7 +220,28 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["string.xml", "string.jade", "string.yaml", "string.html"],
|
||||
"scope": [
|
||||
|
||||
"string.comment.buffered.block.jade",
|
||||
"string.quoted.jade",
|
||||
"string.interpolated.jade",
|
||||
|
||||
"string.unquoted.plain.in.yaml",
|
||||
"string.unquoted.plain.out.yaml",
|
||||
"string.unquoted.block.yaml",
|
||||
"string.quoted.single.yaml",
|
||||
|
||||
"string.quoted.double.xml",
|
||||
"string.quoted.single.xml",
|
||||
"string.unquoted.cdata.xml",
|
||||
|
||||
"string.quoted.double.html",
|
||||
"string.quoted.single.html",
|
||||
"string.unquoted.html",
|
||||
|
||||
"string.quoted.single.handlebars",
|
||||
"string.quoted.double.handlebars"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0000ff"
|
||||
}
|
||||
@@ -214,19 +254,32 @@
|
||||
},
|
||||
{
|
||||
"name": "JavaScript string interpolation ${}",
|
||||
"scope": "string.template-expression",
|
||||
"scope": [
|
||||
"punctuation.definition.template-expression.begin.ts",
|
||||
"punctuation.definition.template-expression.end.ts"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0000ff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "support.property-value",
|
||||
"scope": [
|
||||
"support.property-value",
|
||||
"meta.property-value.css support",
|
||||
"meta.property-value.scss support"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": ["support.type.property-name.css", "support.type.property-name.less", "support.type.property-name.scss"],
|
||||
"scope": [
|
||||
"support.type.property-name.css",
|
||||
"support.type.property-name.variable.css",
|
||||
"support.type.property-name.media.css",
|
||||
"support.type.property-name.less",
|
||||
"support.type.property-name.scss"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ff0000"
|
||||
}
|
||||
@@ -268,8 +321,10 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "coloring of the PHP start and end tag (<?php and ?>)",
|
||||
"scope": ["punctuation.section.embedded.begin.metatag.php", "punctuation.section.embedded.end.metatag.php"],
|
||||
"scope": [
|
||||
"punctuation.section.embedded.metatag.begin.php",
|
||||
"punctuation.section.embedded.metatag.end.php"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#800000"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user