diff options
author | Mike Buland <mike@xagasoft.com> | 2012-05-03 22:20:35 +0000 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2012-05-03 22:20:35 +0000 |
commit | 75b3ad661c2d6ed382620a25613846c2b2b10f46 (patch) | |
tree | 7f38d38adef79becf14df243b721bf5699e80245 /support/vim | |
parent | 105aa3262bde83a33394ec57401ecf53e8d81971 (diff) | |
download | stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.gz stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.bz2 stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.tar.xz stage-75b3ad661c2d6ed382620a25613846c2b2b10f46.zip |
Misc updates.
Diffstat (limited to 'support/vim')
-rw-r--r-- | support/vim/syntax/stage.vim | 2 |
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 | |||
19 | syn keyword Todo TODO FIXME XXX | 19 | syn keyword Todo TODO FIXME XXX |
20 | syn keyword Type function command situation game global player option | 20 | syn keyword Type function command situation game global player option |
21 | syn keyword Constant null true false | 21 | syn keyword Constant null true false |
22 | syn keyword Builtins display goto exists delete exit return random integer float string debugString keys join | 22 | syn keyword Builtins display goto exists delete exit return random integer float string debugString keys join count |
23 | 23 | ||
24 | syn cluster CommentGroup contains=Todo | 24 | syn cluster CommentGroup contains=Todo |
25 | 25 | ||