mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

Weird syntax highlighting after turning on vim-jsx #42

Closed lazywei closed 9 years ago

lazywei commented 9 years ago

Before turning on vim-jsx image

After turning on vim-jsx image

mxw commented 9 years ago

Unable to repro. Please verify that you (a) have installed all the dependencies required; (b) either have the (deprecated) JSX pragma at the top of your file or have named your file with the .jsx extension; and (c) are not hitting any conflicts with other vim packages (you can test this by just unincluding them and seeing the resultant behavior).