Closed iwyg closed 9 years ago
So I use this plugin along with pangloss/vim-javascript and I noticed that it breaks parts of the syntax highlighting when writing jsx:
pangloss/vim-javascript
omitting the jsx part seems to fix it
can anyone confirm this?
Hm, strange. I figured that defining g:xml_syntax_folding anywhere in vimrc is causing this issue (doesn't matter if you set it to 0 or 1)
g:xml_syntax_folding
Note that the README states that folding is not supported for vim-jsx...
So I use this plugin along with
pangloss/vim-javascript
and I noticed that it breaks parts of the syntax highlighting when writing jsx:omitting the jsx part seems to fix it
can anyone confirm this?