mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Add blade support, closes #34
This commit is contained in:
12
indent/blade.vim
Normal file
12
indent/blade.vim
Normal 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
|
||||
Reference in New Issue
Block a user