emmet-vim
emmet-vim copied to clipboard
.tsx file support
Can we PLEASE add support for tsx files?
tsx is supported. It may not appear in your completion engine, this has to do with your completion engine itself.
If you use the emmet's commands it will expand to tags:
i.e. div<C-y>, will expand to <div></div>.
Tested on jsx, js, css and html.
I had "emmet" disabled in tsx files because of my plugin manager settings::
Plug 'mattn/emmet-vim', {'for': ['html', 'eruby', 'slim', 'css', 'sass', 'scss']}
After removing for section everything working correctly.
Plug 'mattn/emmet-vim'