New repo fix
This commit is contained in:
27
bundle/vim-blade/README.md
Normal file
27
bundle/vim-blade/README.md
Normal 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)
|
||||
Reference in New Issue
Block a user