view runtime/indent/htmldjango.vim @ 20668:ba02770e447a

Added tag v8.2.0887 for changeset a126f643d5666a505a683508b0fdf3eb0dc5037f
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Jun 2020 22:15:04 +0200
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