summaryrefslogtreecommitdiffstats
path: root/indent/htmldjango.vim
blob: 33feb7cc4c6bcaf65d780f51f8b14bb239107552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if !has_key(g:polyglot_is_disabled, 'htmldjango')
  finish
endif

" Vim indent file
" Language:	Django HTML template
" Maintainer:	Dave Hodder <dmh@dmh.org.uk>
" Last Change:	2007 Jan 25

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

" Use HTML formatting rules.
runtime! indent/html.vim