comparison runtime/syntax/splint.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: splint (C with lclint/splint Annotations) 2 " Language: splint (C with lclint/splint Annotations)
3 " Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 3 " Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4 " Splint Home: http://www.splint.org/ 4 " Splint Home: http://www.splint.org/
5 " Last Change: $Date$ 5 " Last Change: $Date: 2004/06/13 20:08:47 $
6 " $Revision$ 6 " $Revision: 1.1 $
7 7
8 " Note: Splint annotated files are not detected by default. 8 " Note: Splint annotated files are not detected by default.
9 " If you want to use this file for highlighting C code, 9 " If you want to use this file for highlighting C code,
10 " please make sure splint.vim is sourced instead of c.vim, 10 " please make sure splint.vim is sourced instead of c.vim,
11 " for example by putting 11 " for example by putting