提交 035446d1 编写于 作者: E Erich Gamma

Reverting PR to 'pub' as an emmet supported mode

上级 f7b9cfb8
......@@ -17,7 +17,7 @@ export class EditorAccessor implements emmet.Editor {
editor: ICommonCodeEditor;
private _hasMadeEdits: boolean;
emmetSupportedModes = ['html', 'razor', 'css', 'less', 'sass', 'scss', 'stylus', 'xml', 'xsl', 'jade', 'pug', 'handlebars', 'ejs', 'hbs', 'jsx', 'tsx', 'erb', 'php', 'twig'];
emmetSupportedModes = ['html', 'razor', 'css', 'less', 'sass', 'scss', 'stylus', 'xml', 'xsl', 'jade', 'handlebars', 'ejs', 'hbs', 'jsx', 'tsx', 'erb', 'php', 'twig'];
constructor(editor: ICommonCodeEditor) {
this.editor = editor;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册