comparison runtime/syntax/tt2html.vim @ 5277:42bf9264e64e

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 03 Aug 2013 18:35:36 +0200
parents 11cd8d58372e
children d1fe80fb35e6
comparison
equal deleted inserted replaced
5276:be570e7912d6 5277:42bf9264e64e
1 " Language: TT2 embedded with HTML 1 " Language: TT2 embedded with HTML
2 " Maintainer: vim-perl <vim-perl@googlegroups.com> 2 " Maintainer: vim-perl <vim-perl@googlegroups.com>
3 " Author: Moriki, Atsushi <4woods+vim@gmail.com> 3 " Author: Moriki, Atsushi <4woods+vim@gmail.com>
4 " Homepage: http://github.com/vim-perl/vim-perl 4 " Homepage: http://github.com/vim-perl/vim-perl
5 " Bugs/requests: http://github.com/vim-perl/vim-perl/issues 5 " Bugs/requests: http://github.com/vim-perl/vim-perl/issues
6 " Last Change: 2013 Jul 24 6 " Last Change: 2013-07-21
7 7
8 if exists("b:current_syntax") 8 if exists("b:current_syntax")
9 finish 9 finish
10 endif 10 endif
11 11