mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Use textmate for scss, rename sass to scss
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user