From e150ee5e1ce33b0a4913d53e5df4658ea508eb6e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 30 Jan 2012 08:55:14 -0700 Subject: Syntax updated to support options & commands. --- support/vim/syntax/stage.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/vim/syntax/stage.vim b/support/vim/syntax/stage.vim index 45e1346..13d86b4 100644 --- a/support/vim/syntax/stage.vim +++ b/support/vim/syntax/stage.vim @@ -19,7 +19,7 @@ syn keyword Statement setup enter syn keyword Todo TODO FIXME XXX syn keyword Type function command situation game global player syn keyword Constant null true false -syn keyword Builtins display goto exists delete exit return random integer float +syn keyword Builtins display goto exists delete exit return random integer float string debugString keys join syn cluster CommentGroup contains=Todo -- cgit v1.2.3