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