comparison runtime/syntax/spyce.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 1 " Vim syntax file
2 " Language: SPYCE 2 " Language: SPYCE
3 " Maintainer: Rimon Barr <rimon AT acm DOT org> 3 " Maintainer: Rimon Barr <rimon AT acm DOT org>
4 " URL: http://spyce.sourceforge.net 4 " URL: http://spyce.sourceforge.net
5 " Last Change: 2003 May 11 5 " Last Change: 2009 Nov 11
6 6
7 " For version 5.x: Clear all syntax items 7 " For version 5.x: Clear all syntax items
8 " For version 6.x: Quit when a syntax file was already loaded 8 " For version 6.x: Quit when a syntax file was already loaded
9 if version < 600 9 if version < 600
10 syntax clear 10 syntax clear
23 if version < 600 23 if version < 600
24 so <sfile>:p:h/html.vim 24 so <sfile>:p:h/html.vim
25 else 25 else
26 runtime! syntax/html.vim 26 runtime! syntax/html.vim
27 unlet b:current_syntax 27 unlet b:current_syntax
28 syntax spell default " added by Bram
28 endif 29 endif
29 30
30 " include python 31 " include python
31 syn include @Python <sfile>:p:h/python.vim 32 syn include @Python <sfile>:p:h/python.vim
32 syn include @Html <sfile>:p:h/html.vim 33 syn include @Html <sfile>:p:h/html.vim