tt2html.vim (545B)
1 " Vim filetype plugin file 2 " Language: TT2 embedded with HTML 3 " Maintainer: vim-perl <vim-perl@googlegroups.com> (need to be subscribed to post) 4 " 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 8 9 " Only do this when not done yet for this buffer 10 if exists("b:did_ftplugin") 11 finish 12 endif 13 14 " Just use the HTML plugin for now. 15 runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim