mattn / emmet-vim

emmet for vim: http://emmet.io/

Home Page:http://mattn.github.io/emmet-vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If the line break will not be reflected.

nabezokodaikon opened this issue · comments

If the line break will not be reflected.

OK

autocmd FileType
\ html,javascript,typescript,javascriptreact,typescriptreact
\ EmmetInstall

NG

autocmd FileType
\ html,
\ javascript,
\ typescript,
\ javascriptreact,
\ typescriptreact
\ EmmetInstall

I want to set up in line break, as I will be long.

commented

This is not a bug of emmet-vim but probably you should join the tokens with backslash without space characters between commas.

Understood. Thank you