提交 e0057afc 编写于 作者: M Martin Aeschlimann

Use textmate for scss, rename sass to scss

上级 67fe4d8b
{
"name": "scss",
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"languages": [{
"id": "scss",
"aliases": ["Sass", "scss"],
"extensions": [".scss"],
"mimetypes": ["text/x-scss", "text/scss"]
}],
"grammars": [{
"language": "scss",
"scopeName": "source.css.scss",
"path": "./syntaxes/scss.json"
}]
}
}
\ No newline at end of file
此差异已折叠。
......@@ -54,8 +54,8 @@
"scope": [
"support.property-value",
"constant.rgb-value",
"support.property-value.sass",
"constant.rgb-value.sass"
"support.property-value.scss",
"constant.rgb-value.scss"
],
"settings": {
"foreground": "#CE9178"
......
......@@ -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"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册