From 2686fb60f4a2930c38961f5c6211f2177258faf9 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Tue, 17 Sep 2013 17:37:59 +0200 Subject: Add Perl language files --- ftplugin/tt2html.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ftplugin/tt2html.vim (limited to 'ftplugin/tt2html.vim') diff --git a/ftplugin/tt2html.vim b/ftplugin/tt2html.vim new file mode 100644 index 00000000..4ad02292 --- /dev/null +++ b/ftplugin/tt2html.vim @@ -0,0 +1,13 @@ +" Language: TT2 embedded with HTML +" Maintainer: vim-perl +" Homepage: http://github.com/vim-perl/vim-perl +" Bugs/requests: http://github.com/vim-perl/vim-perl/issues +" Last Change: {{LAST_CHANGE}} + +" Only do this when not done yet for this buffer +if exists("b:did_ftplugin") + finish +endif + +" Just use the HTML plugin for now. +runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim -- cgit v1.2.3