Closed jacobstr closed 9 years ago
It seemed like after the first region of JSX in my file, the highlighting would break and believe it's inside of a jsx region.
The culprit for me was " let g:xml_syntax_folding=1.
" let g:xml_syntax_folding=1
Throwing this in the knowledge base here because I spent an hour tracking this down ;)
Had the same issue. Thanks for the hint !
It seemed like after the first region of JSX in my file, the highlighting would break and believe it's inside of a jsx region.
The culprit for me was
" let g:xml_syntax_folding=1
.Throwing this in the knowledge base here because I spent an hour tracking this down ;)