mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 411 forks source link

Add support for TypeScript #446

Closed soywod closed 5 years ago

mattn commented 5 years ago

Thank you

mattn commented 5 years ago

I noticed some tests fail. Slim filetype is confusing to html since synID return htmlXXX on filetype=slim. So I added ignore_embeded_filetype to fix this. Your patch will work well but if you got new issue about this, please set this flag on.

https://github.com/mattn/emmet-vim/pull/447

soywod commented 5 years ago

Ah sorry for the tests, I should have checked. Thank you :+1: