summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/gnash.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/gnash.vim')
-rw-r--r--runtime/syntax/gnash.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/gnash.vim b/runtime/syntax/gnash.vim
index 97d5aa4cea..9b8e6072f0 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\>'