comparison runtime/syntax/papp.vim @ 2034:7bc41231fbc7

Update runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:54:52 +0100
parents 3fc0f57ecb91
children 43efa4f5a8ea
comparison
equal deleted inserted replaced
2033:de5a43c5eedc 2034:7bc41231fbc7
1 " Vim syntax file for the "papp" file format (_p_erl _app_lication) 1 " Vim syntax file for the "papp" file format (_p_erl _app_lication)
2 " 2 "
3 " Language: papp 3 " Language: papp
4 " Maintainer: Marc Lehmann <pcg@goof.com> 4 " Maintainer: Marc Lehmann <pcg@goof.com>
5 " Last Change: 2003 May 11 5 " Last Change: 2009 Nov 11
6 " Filenames: *.papp *.pxml *.pxsl 6 " Filenames: *.papp *.pxml *.pxsl
7 " URL: http://papp.plan9.de/ 7 " URL: http://papp.plan9.de/
8 8
9 " You can set the "papp_include_html" variable so that html will be 9 " You can set the "papp_include_html" variable so that html will be
10 " rendered as such inside phtml sections (in case you actually put html 10 " rendered as such inside phtml sections (in case you actually put html
35 syn include @PAppHtml <sfile>:p:h/html.vim 35 syn include @PAppHtml <sfile>:p:h/html.vim
36 else 36 else
37 syn include @PAppHtml syntax/html.vim 37 syn include @PAppHtml syntax/html.vim
38 endif 38 endif
39 unlet b:current_syntax 39 unlet b:current_syntax
40 syntax spell default " added by Bram
40 endif 41 endif
41 42
42 if version < 600 43 if version < 600
43 syn include @PAppPerl <sfile>:p:h/perl.vim 44 syn include @PAppPerl <sfile>:p:h/perl.vim
44 else 45 else