summaryrefslogblamecommitdiffstats
path: root/indent/htmldjango.vim
blob: 33be44c3658509c034372f8609a29cf09edc3c6c (plain) (tree)
1
2
3
                                                

        












                                                      
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