Use textmate for scss, rename sass to scss

This commit is contained in:
Martin Aeschlimann
2016-06-06 21:24:25 +02:00
parent 67fe4d8b60
commit e0057afca1
8 changed files with 18463 additions and 14561 deletions

View File

@@ -71,7 +71,7 @@
}
},
{
"scope": "entity.other.attribute-name.css",
"scope": ["entity.other.attribute-name.css", "entity.other.attribute-name.scss"],
"settings": {
"foreground": "#800000"
}
@@ -203,7 +203,7 @@
}
},
{
"scope": "support.type.property-name.css, support.type.property-name.less, support.type.property-name.sass",
"scope": ["support.type.property-name.css", "support.type.property-name.less", "support.type.property-name.scss"],
"settings": {
"foreground": "#ff0000"
}