summaryrefslogtreecommitdiff
path: root/runtime/syntax/context.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-04 22:49:24 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-04 22:49:24 +0000
commit0dc065ee7c3bd51e5df3926700e409ae74cdfecf (patch)
tree3e2f974603cbba12d3f1dcebf493e7ff2bf54d7f /runtime/syntax/context.vim
parent7d1f5dbc0a254d7524b3f985f2440bf89e037355 (diff)
downloadvim-git-0dc065ee7c3bd51e5df3926700e409ae74cdfecf.tar.gz
updated for version 7.0102v7.0102
Diffstat (limited to 'runtime/syntax/context.vim')
-rw-r--r--runtime/syntax/context.vim10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/syntax/context.vim b/runtime/syntax/context.vim
index 4649b6c8f..1b3d2446f 100644
--- a/runtime/syntax/context.vim
+++ b/runtime/syntax/context.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: ConTeXt typesetting engine
" Maintainer: Nikolai Weibull <nikolai+work.vim@bitwi.se>
-" Latest Revision: 2005-06-29
+" Latest Revision: 2005-07-04
if exists("b:current_syntax")
finish
@@ -12,10 +12,10 @@ set cpo&vim
syn keyword contextTodo TODO FIXME XXX NOTE
-syn region contextComment display oneline matchgroup=contextComment
- \ start='%' end='$' contains=contextTodo
-syn region contextComment display oneline matchgroup=contextComment
- \ start='^\s*%[CDM]' end='$' contains=ALL
+syn region contextComment display oneline start='%' end='$'
+ \ contains=contextTodo
+syn region contextComment display oneline start='^\s*%[CDM]' end='$'
+ \ contains=ALL
syn match contextStatement display '\\[a-zA-Z@]\+' contains=@NoSpell