Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match Tags not working in JSX #30

Open
oscarmorrison opened this issue Nov 3, 2016 · 4 comments
Open

Match Tags not working in JSX #30

oscarmorrison opened this issue Nov 3, 2016 · 4 comments

Comments

@oscarmorrison
Copy link

oscarmorrison commented Nov 3, 2016

Here is my vimrc at relevant config:
https://github.com/oscarmorrison/vimrc/blob/master/vimrc#L169

@oscarmorrison
Copy link
Author

Ok solved:

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

@ultrox
Copy link

ultrox commented Nov 5, 2016

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

@oscarmorrison
Copy link
Author

Your most welcome

@alex-shamshurin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants