mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-02-21 07:58:28 +08:00
Merge branch 'master' of https://github.com/mattn/emmet-vim
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user