summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2012-05-03 22:20:35 +0000
committerMike Buland <mike@xagasoft.com>2012-05-03 22:20:35 +0000
commit75b3ad661c2d6ed382620a25613846c2b2b10f46 (patch)
tree7f38d38adef79becf14df243b721bf5699e80245 /support
parent105aa3262bde83a33394ec57401ecf53e8d81971 (diff)
downloadstage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.gz
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.bz2
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.xz
stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.zip
Misc updates.
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 6009d80..313760f 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 option 20syn keyword Type function command situation game global player option
21syn keyword Constant null true false 21syn keyword Constant null true false
22syn keyword Builtins display goto exists delete exit return random integer float string debugString keys join 22syn keyword Builtins display goto exists delete exit return random integer float string debugString keys join count
23 23
24syn cluster CommentGroup contains=Todo 24syn cluster CommentGroup contains=Todo
25 25