view runtime/indent/htmldjango.vim @ 30818:a4597b441141

Added tag v9.0.0743 for changeset e95794dadf52021e3838b618a15bdc2d31502dfd
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Oct 2022 17:45:03 +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