blob: 0407dbba4e6594d068123fd85158c0e9002faef4 [file] [log] [blame]
Bram Moolenaar8c1b8cb2022-06-14 17:41:28 +01001" Vim filetype plugin file
Bram Moolenaare2db6952013-07-24 19:53:36 +02002" Language: TT2 embedded with HTML
3" Maintainer: vim-perl <vim-perl@googlegroups.com>
Bram Moolenaar8c1b8cb2022-06-14 17:41:28 +01004" Homepage: https://github.com/vim-perl/vim-perl
5" Bugs/requests: https://github.com/vim-perl/vim-perl/issues
6" License: Vim License (see :help license)
7" Last Change: 2018 Mar 28
Bram Moolenaare2db6952013-07-24 19:53:36 +02008
9" Only do this when not done yet for this buffer
10if exists("b:did_ftplugin")
11 finish
12endif
13
14" Just use the HTML plugin for now.
15runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim