This commit is contained in:
Yasuhiro Matsumoto
2019-06-19 14:56:36 +09:00
2 changed files with 69 additions and 57 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'