mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin confuses non-React .js filetype with .jsx

lljr opened this issue · comments

screenshot 2018-09-05 19 47 14
This happens when let g:jsx_ext_required = 0, when let g:jsx_ext_required = 1 issue stops. Is there a way to fix this so that vim does not treat all .js as .jsx?