mattn / emmet-vim

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

JSX as Javascript file #405

Closed xavierartot closed 6 years ago

xavierartot commented 6 years ago

Hi, Emmet works well with :set st=jsx Problems when I'm using jsx filetype my syntaxe color is ruined? here my config

autocmd FileType html,css,javascript,jsx EmmetInstall
let g:user_emmet_install_global = 0
"Note that the trailing , still needs to be entered, so the new keymap would be <C-e>,.
let g:user_emmet_leader_key='<C-E>'
let g:user_emmet_settings = {
\  'javascript.jsx' : {
\      'extends' : 'jsx',
\  },
\}
mattn commented 6 years ago

Could you please try to fix with this issue? https://github.com/mattn/emmet-vim/issues/350