blob: 784cbb66d9831f11ff8709a7aae62ac5c92cbf4a (
plain)
1
2
3
4
5
6
7
|
" markdown/php files run this as well
" https://stackoverflow.com/questions/22839269/why-does-vim-default-markdown-ftplugin-source-html-ftplugins-is-there-any-ways
if expand('%:e') ==# 'html'
let b:prettier_ft_default_args = {
\ 'parser': 'html',
\ }
endif
|