Match Tags not working in JSX
Opened this issue · 4 comments
oscarmorrison commented
Here is my vimrc at relevant config:
https://github.com/oscarmorrison/vimrc/blob/master/vimrc#L169
oscarmorrison commented
Ok solved:
let g:mta_filetypes = {
'javascript.jsx': 1,
\ 'html' : 1,
\ 'xhtml' : 1,
\ 'xml' : 1,
\ 'jinja' : 1,
}
ultrox commented
Thank you so much Oscar, this is why is grate to post your solution when you find it, the same happend to me!
oscarmorrison commented
Your most welcome
alex-shamshurin commented
it works but very slow scrolling on JSX files with conditional rendering like {this.condition && <div className...}
or more complex