mxw / vim-jsx

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

No syntax highlighting for JSX block #93

Closed steverandy closed 8 years ago

steverandy commented 8 years ago

I have added to vimrc and using the latest commit

Plugin 'pangloss/vim-javascript'                                              
Plugin 'mxw/vim-jsx' 

...

let g:jsx_ext_required = 0
screen shot 2016-05-06 at 5 35 32 pm
steverandy commented 8 years ago

This fixes the issue https://github.com/mxw/vim-jsx/issues/18