summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-30 23:15:31 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-30 23:15:31 -0700
commit3357b0a0ecc4d36ccd3c2668e9d55aaaefedf4df (patch)
tree1a79525100ddc5cbff5331b2e37312ffce862026 /support
parent70076bb00bdedb57405ed2ef27e2fec172e2f38a (diff)
downloadstage-3357b0a0ecc4d36ccd3c2668e9d55aaaefedf4df.tar.gz
stage-3357b0a0ecc4d36ccd3c2668e9d55aaaefedf4df.tar.bz2
stage-3357b0a0ecc4d36ccd3c2668e9d55aaaefedf4df.tar.xz
stage-3357b0a0ecc4d36ccd3c2668e9d55aaaefedf4df.zip
All variants of for each loop are tested and work
Diffstat (limited to 'support')
-rw-r--r--support/vim/syntax/stage.vim2
1 files changed, 0 insertions, 2 deletions
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
21syn keyword Constant null true false 21syn keyword Constant null true false
22syn keyword Builtins display goto exists delete exit return 22syn keyword Builtins display goto exists delete exit return
23 23
24syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1
25
26syn cluster CommentGroup contains=Todo 24syn cluster CommentGroup contains=Todo
27 25
28syn match Special display contained "\\\(x\x\+\|\o\{1,3}\|.\|$\)" 26syn match Special display contained "\\\(x\x\+\|\o\{1,3}\|.\|$\)"