summaryrefslogtreecommitdiffstats
path: root/indent/htmldjango.vim
blob: 33be44c3658509c034372f8609a29cf09edc3c6c (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