提交 77d373e3 编写于 作者: R Ramya Achutha Rao

Remove fallback to html as this will enable emmet everywhere

上级 11373787
......@@ -329,9 +329,5 @@ function getSyntaxFromArgs(args: any): string {
syntax = getEmmetMode((mappedModes[parentMode] ? mappedModes[parentMode] : parentMode), excludedLanguages);
}
// Final fallback to html
if (!syntax) {
syntax = getEmmetMode('html', excludedLanguages);
}
return syntax;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册