tt2html.vim 513 B

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