summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/ch.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/ch.vim')
-rw-r--r--runtime/syntax/ch.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/ch.vim b/runtime/syntax/ch.vim
index 2e787c8cc5..add7395093 100644
--- a/runtime/syntax/ch.vim
+++ b/runtime/syntax/ch.vim
@@ -2,7 +2,7 @@
" Language: Ch
" Maintainer: SoftIntegration, Inc. <info@softintegration.com>
" URL: http://www.softintegration.com/download/vim/syntax/ch.vim
-" Last change: 2004 May 16
+" Last change: 2004 Sep 01
" Created based on cpp.vim
"
" Ch is a C/C++ interpreter with many high level extensions
@@ -26,7 +26,7 @@ endif
" Ch extentions
-syn keyword chStatement new delete this
+syn keyword chStatement new delete this foreach
syn keyword chAccess public private
syn keyword chStorageClass __declspec(global) __declspec(local)
syn keyword chStructure class