[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

@@ -252,7 +252,11 @@
}
},
{
"scope": "support.type.property-name",
"scope": [
"support.type.vendored.property-name",
"support.type.property-name",
"variable.css"
],
"settings": {
"foreground": "#9cdcfe"
}