[css] change grammar to atom/language-css

This commit is contained in:
Martin Aeschlimann
2017-01-31 17:10:19 +01:00
parent da1a21d1de
commit 60bbe61489
18 changed files with 3284 additions and 2497 deletions

View File

@@ -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"
}