mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
[css] change grammar to atom/language-css
This commit is contained in:
@@ -270,18 +270,16 @@
|
||||
},
|
||||
{
|
||||
"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"
|
||||
"support.type.vendored.property-name",
|
||||
"support.type.property-name",
|
||||
"variable.css"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ff0000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "support.type.property-name",
|
||||
"scope": "support.type.property-name.json",
|
||||
"settings": {
|
||||
"foreground": "#0451a5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user