mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

Plugin confuses non-React .js filetype with .jsx #178

Closed lljr closed 6 years ago

lljr commented 6 years ago

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?