New repo fix

This commit is contained in:
2015-03-04 12:22:32 -06:00
parent 43e3ec9f7c
commit 6c77529845
63 changed files with 21389 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# 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)