summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-30 08:55:14 -0700
committerMike Buland <eichlan@xagasoft.com>2012-01-30 08:55:14 -0700
commite150ee5e1ce33b0a4913d53e5df4658ea508eb6e (patch)
tree50014a30908cf434752943994482d22ab3e5fcbd /support
parent22170e030efdeadc1dfbd548a8f0b24b0e10ceee (diff)
downloadstage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.tar.gz
stage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.tar.bz2
stage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.tar.xz
stage-e150ee5e1ce33b0a4913d53e5df4658ea508eb6e.zip
Syntax updated to support options & commands.
Diffstat (limited to 'support')
-rw-r--r--support/vim/syntax/stage.vim2
1 files changed, 1 insertions, 1 deletions
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
19syn keyword Todo TODO FIXME XXX 19syn keyword Todo TODO FIXME XXX
20syn keyword Type function command situation game global player 20syn 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 random integer float 22syn keyword Builtins display goto exists delete exit return random integer float string debugString keys join
23 23
24syn cluster CommentGroup contains=Todo 24syn cluster CommentGroup contains=Todo
25 25