view runtime/indent/htmldjango.vim @ 30362:2922412560ad

Added tag v9.0.0516 for changeset d03040b399defcb9ee43c1c7384a66333524ddae
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 17:30:05 +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