Valloric/MatchTagAlways

Match Tags not working in JSX

Opened this issue · 4 comments

Ok solved:

let g:mta_filetypes = {
'javascript.jsx': 1,
\ 'html' : 1,
\ 'xhtml' : 1,
\ 'xml' : 1,
\ 'jinja' : 1,
}

Thank you so much Oscar, this is why is grate to post your solution when you find it, the same happend to me!

Your most welcome

it works but very slow scrolling on JSX files with conditional rendering like {this.condition && <div className...} or more complex