summaryrefslogtreecommitdiffstats
path: root/indent/velocity.vim
blob: 01af414bef366670aacab3ee0c6cdecba6564faf (plain) (blame)
1
2
3
4
5
6
7
8
9
if !polyglot#util#IsEnabled('velocity', expand('<sfile>:p'))
  finish
endif

if exists("b:did_indent")
    finish
endif

runtime! indent/html.vim