提交 65966e30 编写于 作者: E Erich Gamma

Map 'stylus' language to 'css' to fix #6062

上级 7ace9f8c
......@@ -124,6 +124,9 @@ export class EditorAccessor implements emmet.Editor {
if (syntax === 'sass') { // sass is really sccs... map it to scss
return'scss';
}
if (syntax === 'stylus') { // map stylus to css
return'css';
}
return syntax;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册