Add blade support, closes #34

This commit is contained in:
Adam Stankiewicz
2014-08-13 00:10:32 +02:00
parent 438d222b95
commit 4935f02217
4 changed files with 49 additions and 0 deletions

12
indent/blade.vim Normal file
View File

@@ -0,0 +1,12 @@
" Language: Blade (Laravel)
" Maintainer: xsbeats <jwalton512@gmail.com>
" URL: http://github.com/xsbeats/vim-blade
" License: WTFPL
if exists("b:did_indent")
finish
endif
runtime! indent/html.vim
let b:did_indent = 1