summaryrefslogtreecommitdiffstats
path: root/indent/velocity.vim
blob: 64aad906f4ad72c29367b77acbadef731014a225 (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