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

JSX support in .tsx file

EvgeniyMdr opened this issue · comments

Hi, this plugin don't works with file .tsx. Filetype typescriptreact.
How i can edit lua file for this case.
I'm use this plugin in AstroNvim
My lua file for this plugin looks return { "mattn/emmet-vim" }

@EvgeniyMdr

    vim.g.user_emmet_settings = "{ 'javascript.jsx' : { 'extends' : 'jsx' } }"