comparison runtime/syntax/gnash.vim @ 2965:f2de38a019a2

Updated runtime files. Add missing test82 files.
author Bram Moolenaar <bram@vim.org>
date Mon, 18 Jul 2011 19:40:27 +0200
parents c869ff170ddc
children 8b8ef1fed009
comparison
equal deleted inserted replaced
2964:39cb812cf477 2965:f2de38a019a2
1 " Vim syntax file 1 " Vim syntax file
2 " Language: gnash(1) configuration files 2 " Language: gnash(1) configuration files
3 " http://www.gnu.org/software/gnash/manual/gnashuser.html#gnashrc 3 " http://www.gnu.org/software/gnash/manual/gnashuser.html#gnashrc
4 " Maintainer: Thilo Six <T.Six@gmx.de> 4 " Maintainer: Thilo Six <T.Six@gmx.de>
5 " Last Change: 17 May 2011 5 " Last Change: 2011 Jul 02
6 " Credidts: derived from readline.vim 6 " Credidts: derived from readline.vim
7 " Nikolai Weibull 7 " Nikolai Weibull
8 " 8 "
9 9
10 " For version 5.x: Clear all syntax items 10 " For version 5.x: Clear all syntax items
30 syn case match 30 syn case match
31 31
32 syn match GnashSet '^\s*set\>' 32 syn match GnashSet '^\s*set\>'
33 syn match GnashSet '^\s*append\>' 33 syn match GnashSet '^\s*append\>'
34 34
35 syn case ignore
35 syn match GnashKeyword '\<CertDir\>' 36 syn match GnashKeyword '\<CertDir\>'
36 syn match GnashKeyword '\<ASCodingErrorsVerbosity\>' 37 syn match GnashKeyword '\<ASCodingErrorsVerbosity\>'
37 syn match GnashKeyword '\<CertFile\>' 38 syn match GnashKeyword '\<CertFile\>'
38 syn match GnashKeyword '\<EnableExtensions\>' 39 syn match GnashKeyword '\<EnableExtensions\>'
39 syn match GnashKeyword '\<HWAccel\>' 40 syn match GnashKeyword '\<HWAccel\>'