summaryrefslogtreecommitdiffstats
path: root/indent/velocity.vim
blob: 7bc9b3e5e9508bfdf4ee6b102e496954bf1f7c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
if !has_key(g:polyglot_is_disabled, 'velocity')
  finish
endif

if exists("b:did_indent")
    finish
endif

runtime! indent/html.vim