blob: 40e9429f3666d5defa8a5f17922dcb72928a673b [file] [log] [blame]
Bram Moolenaarc81e5e72007-05-05 18:24:42 +00001" Vim filetype plugin file
2" Language: Django HTML template
3" Maintainer: Dave Hodder <dmh@dmh.org.uk>
4" Last Change: 2007 Jan 25
5
6" Only use this filetype plugin when no other was loaded.
7if exists("b:did_ftplugin")
8 finish
9endif
10
11" Use HTML and Django template ftplugins.
12runtime! ftplugin/html.vim
13runtime! ftplugin/django.vim