Add prettier to html formatters

This commit is contained in:
Abin Simon
2018-11-07 12:00:52 +05:30
parent ad98cb7448
commit ed8104b6ab
5 changed files with 11 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ function! ale#fixers#prettier#ApplyFixForVersion(buffer, version_output) abort
\ 'markdown': 'markdown',
\ 'vue': 'vue',
\ 'yaml': 'yaml',
\ 'html': 'html',
\}
let l:parser = ''