summaryrefslogtreecommitdiffstats
path: root/indent/velocity.vim
blob: 2a0b7143a3c340dd5ba1e6a5a4f077e316c9410c (plain) (blame)
1
2
3
4
5
6
7
8
9
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'velocity') == -1

if exists("b:did_indent")
    finish
endif

runtime! indent/html.vim

endif