view runtime/indent/htmldjango.vim @ 8205:22d94e059fc7

Added tag v7.4.1395 for changeset 08d251a1c1786e4cc7b8618832650dda8e9b4dbf
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 23:15:04 +0100
parents e63691e7c504
children
line wrap: on
line source

" 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