Fix hang-up while split/join tag

This commit is contained in:
Yasuhiro Matsumoto
2019-06-19 00:46:33 +09:00
parent d02023cd7a
commit 50b44d90c9
2 changed files with 9 additions and 1 deletions

View File

@@ -386,6 +386,9 @@ function! emmet#getFileType(...) abort
if type == 'htmlTagName'
let type = ''
endif
if type =~ '^mkdSnippet'
let type = tolower(type[10:])
endif
if type =~? '^css'
let type = 'css'