mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Changes from PR review #1
This commit is contained in:
@@ -387,7 +387,7 @@ function! emmet#getFileType(...) abort
|
||||
let type = 'css'
|
||||
elseif type =~? '^html'
|
||||
let type = 'html'
|
||||
elseif type =~? '^js' || '^javascript'
|
||||
elseif type =~? '^js\w' || type =~? '^javascript'
|
||||
let type = 'javascript'
|
||||
elseif type =~? '^xml'
|
||||
let type = 'xml'
|
||||
|
||||
Reference in New Issue
Block a user