Reverting PR to 'pub' as an emmet supported mode

This commit is contained in:
Erich Gamma 2016-07-28 12:46:54 +02:00
parent f7b9cfb85e
commit 035446d127

View file

@ -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;