Navigation Menu

Skip to content

Commit

Permalink
Added vim-jsx for sytax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroyoro committed Apr 16, 2015
1 parent f3c8f51 commit 27b8b82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vimrc.bundle
Expand Up @@ -73,7 +73,7 @@ endif
NeoBundle 'kana/vim-textobj-indent.git'

" vim-textobj-function : 関数の中身をtext-objectに
NeoBundle 'kana/vim-textobj-function.git'
" NeoBundle 'kana/vim-textobj-function.git'

" vim-textobj-fold : 折りたたまれたアレをtext-objectに
" NeoBundle 'kana/vim-textobj-fold.git'
Expand Down Expand Up @@ -215,6 +215,9 @@ endif
" ghc-mod
NeoBundle 'eagletmt/ghcmod-vim'

" jsx
NeoBundle 'mxw/vim-jsx'

" syntax checking plugins exist for eruby, haml, html, javascript, php, python, ruby and sass.
NeoBundle 'scrooloose/syntastic'
" }}}
Expand Down

0 comments on commit 27b8b82

Please sign in to comment.