Files
vimrc/bundle/vim-blade/README.md
2015-03-04 12:22:32 -06:00

28 lines
504 B
Markdown

# vim-blade #
Vim syntax highlighting for Blade templates (Laravel 4+).
Installation
------------
Using pathogen
[pathogen.vim](https://github.com/tpope/vim-pathogen).
cd ~/.vim/bundle
git clone git://github.com/xsbeats/vim-blade.git
Using vundle
[Vundle.vim](https://github.com/gmarik/Vundle.vim).
Plugin 'xsbeats/vim-blade'
Using neobundle
[Neobundle.vim](https://github.com/Shougo/neobundle.vim)
NeoBundle 'xsbeats/vim-blade'
Todo
----
Indentation (currently nonexistent)