aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/vue.vim
blob: 7ff623b3d1edd45100d52541c9a1c1ef324db367 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
" Vim indent file placeholder
" Language:	Vue
" Maintainer:	None, please volunteer if you have a real Vue indent script

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1

" Html comes closest
runtime! indent/html.vim