mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
SCSS differences in coloring. Fixes #19289
This commit is contained in:
@@ -34,7 +34,9 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "constant.numeric",
|
||||
"scope": [
|
||||
"constant.numeric"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#09885a"
|
||||
}
|
||||
@@ -45,16 +47,6 @@
|
||||
"foreground": "#811f3f"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": [
|
||||
"constant.other.color.rgb-value.css",
|
||||
"constant.numeric.color.rgb-value.scss",
|
||||
"constant.other.rgb-value.css"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "css tags in selectors, xml tags",
|
||||
"scope": "entity.name.tag",
|
||||
@@ -264,9 +256,13 @@
|
||||
},
|
||||
{
|
||||
"scope": [
|
||||
"support.property-value",
|
||||
"meta.property-value.css support",
|
||||
"meta.property-value.scss support"
|
||||
"support.constant.property-value",
|
||||
"support.constant.font-name",
|
||||
"support.constant.media-type",
|
||||
"support.constant.media",
|
||||
"constant.other.color.rgb-value",
|
||||
"constant.other.rgb-value",
|
||||
"support.constant.color"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
|
||||
Reference in New Issue
Block a user