diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
commit | 9729301aa0b6a419dcd87fe9aeed72c367ae72ef (patch) | |
tree | 6b69898bbf1a090cdf1fd26720bc4cfcb90c897b /runtime/syntax/gnash.vim | |
parent | 0acc5618f6954c6faf57032d6b4f611de4254acb (diff) | |
download | vim-9729301aa0b6a419dcd87fe9aeed72c367ae72ef.zip |
Updated runtime files.
Add missing test82 files.
Diffstat (limited to 'runtime/syntax/gnash.vim')
-rw-r--r-- | runtime/syntax/gnash.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/gnash.vim b/runtime/syntax/gnash.vim index 97d5aa4ce..9b8e6072f 100644 --- a/runtime/syntax/gnash.vim +++ b/runtime/syntax/gnash.vim @@ -2,7 +2,7 @@ " Language: gnash(1) configuration files " http://www.gnu.org/software/gnash/manual/gnashuser.html#gnashrc " Maintainer: Thilo Six <T.Six@gmx.de> -" Last Change: 17 May 2011 +" Last Change: 2011 Jul 02 " Credidts: derived from readline.vim " Nikolai Weibull " @@ -32,6 +32,7 @@ syn case match syn match GnashSet '^\s*set\>' syn match GnashSet '^\s*append\>' +syn case ignore syn match GnashKeyword '\<CertDir\>' syn match GnashKeyword '\<ASCodingErrorsVerbosity\>' syn match GnashKeyword '\<CertFile\>' |