From 3357b0a0ecc4d36ccd3c2668e9d55aaaefedf4df Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 30 Dec 2011 23:15:31 -0700 Subject: All variants of for each loop are tested and work --- support/vim/syntax/stage.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'support') diff --git a/support/vim/syntax/stage.vim b/support/vim/syntax/stage.vim index b18ec0d..34da126 100644 --- a/support/vim/syntax/stage.vim +++ b/support/vim/syntax/stage.vim @@ -21,8 +21,6 @@ syn keyword Type function command situation game global player syn keyword Constant null true false syn keyword Builtins display goto exists delete exit return -syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1 - syn cluster CommentGroup contains=Todo syn match Special display contained "\\\(x\x\+\|\o\{1,3}\|.\|$\)" -- cgit v1.2.3