diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 23:15:31 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 23:15:31 -0700 |
commit | 3357b0a0ecc4d36ccd3c2668e9d55aaaefedf4df (patch) | |
tree | 1a79525100ddc5cbff5331b2e37312ffce862026 /support | |
parent | 70076bb00bdedb57405ed2ef27e2fec172e2f38a (diff) | |
download | stage-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.vim | 2 |
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 | |||
21 | syn keyword Constant null true false | 21 | syn keyword Constant null true false |
22 | syn keyword Builtins display goto exists delete exit return | 22 | syn keyword Builtins display goto exists delete exit return |
23 | 23 | ||
24 | syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1 | ||
25 | |||
26 | syn cluster CommentGroup contains=Todo | 24 | syn cluster CommentGroup contains=Todo |
27 | 25 | ||
28 | syn match Special display contained "\\\(x\x\+\|\o\{1,3}\|.\|$\)" | 26 | syn match Special display contained "\\\(x\x\+\|\o\{1,3}\|.\|$\)" |