comparison runtime/syntax/tt2.vim @ 12499:d91cf2e26ef0

Update runtime files. commit https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 19 22:06:03 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Sep 2017 22:15:06 +0200
parents 42bf9264e64e
children d1fe80fb35e6
comparison
equal deleted inserted replaced
12498:bf98d339b568 12499:d91cf2e26ef0
1 " Language: TT2 (Perl Template Toolkit) 1 " Language: TT2 (Perl Template Toolkit)
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-07-21 6 " Last Change: 2015-04-25
7 " 7 "
8 " Instration: 8 " Installation:
9 " put tt2.vim and tt2html.vim in to your syntax diretory. 9 " put tt2.vim and tt2html.vim in to your syntax directory.
10 " 10 "
11 " add below in your filetype.vim. 11 " add below in your filetype.vim.
12 " au BufNewFile,BufRead *.tt2 setf tt2 12 " au BufNewFile,BufRead *.tt2 setf tt2
13 " or 13 " or
14 " au BufNewFile,BufRead *.tt2 14 " au BufNewFile,BufRead *.tt2