blob: 10520d806424c45f7c9f3242504b4a3b123eb67d [file] [log] [blame]
Bram Moolenaare2db6952013-07-24 19:53:36 +02001" Language: TT2 embedded with HTML
2" Maintainer: vim-perl <vim-perl@googlegroups.com>
3" Homepage: http://github.com/vim-perl/vim-perl
4" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
Bram Moolenaar9d98fe92013-08-03 18:35:36 +02005" Last Change: 2013-07-21
Bram Moolenaare2db6952013-07-24 19:53:36 +02006
7" Only do this when not done yet for this buffer
8if exists("b:did_ftplugin")
9 finish
10endif
11
12" Just use the HTML plugin for now.
13runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim