mattn / emmet-vim

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

Support javascriptreact/typescriptreact. #505

Closed evolify closed 3 years ago

evolify commented 3 years ago

As you can see in the LSP specification there are filetypes named javascriptreact and typescriptreact
But for jsx, emmet take effect only when it's filetype is jsx/javascript.jsx, how to make it work with javascriptreact?

ChristianChiarulli commented 3 years ago

This seems to be an issue for me as well

I get class instead of className