diff options
Diffstat (limited to 'support/vim')
-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}\|.\|$\)" |