GitHub - mtscout6/vim-cjsx: Vim plugins for CJSX files (CoffeeScript with React JSX) (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repository files navigation

vim-cjsx

Syntax highlighting and indenting for CJSX. CJSX is the JSX equivalent in CoffeeScript.

This bundle requires kchmck/vim-coffee-script

This plugin contributes to vim-polyglot language pack.

Installation

Pathogen

cd ~/.vim/bundle
git clone https://github.com/mtscout6/vim-cjsx.git

NeoBundle

" Add to your ~/.vimrc
NeoBundle 'mtscout6/vim-cjsx'