From e10e9ee07c03d7ee5752b8122ecddaef40dfd5d5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 6 Feb 2012 01:21:36 -0700 Subject: Option input type situations almost done. Interfaces just need some work. --- support/vim/syntax/stage.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/vim') diff --git a/support/vim/syntax/stage.vim b/support/vim/syntax/stage.vim index 13d86b4..6009d80 100644 --- a/support/vim/syntax/stage.vim +++ b/support/vim/syntax/stage.vim @@ -17,7 +17,7 @@ syn keyword Loop for each do in while syn keyword Logic not and or syn keyword Statement setup enter syn keyword Todo TODO FIXME XXX -syn keyword Type function command situation game global player +syn keyword Type function command situation game global player option syn keyword Constant null true false syn keyword Builtins display goto exists delete exit return random integer float string debugString keys join -- cgit v1.2.3