mxw / vim-jsx

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

No highlighting #18

Closed dabvid closed 9 years ago

dabvid commented 10 years ago

I have Installed 'pangloss/vim-javascript' and in the top of my jsx file I have /* @jsx React.DOM / I am using Vundle. Did try commenting out all Bundles except vim-jsx and vim-javascript. Still can't get it to work.

Could it perhaps be something else in my .vimrc that's causing the issue?

mxw commented 10 years ago

Does a filetype off before invoking Vundle help? I'm not familiar with Vundle in general, though; do you know if it sources the various bundles in the order you declare them in?

franleplant commented 9 years ago

Works for me! Im using Vundle

adam-beck commented 9 years ago

@dabvid not to sound like I'm patronizing but how are you sure it is not highlighting correctly?