summaryrefslogtreecommitdiff
path: root/support/vim/syntax/stage.vim
diff options
context:
space:
mode:
Diffstat (limited to 'support/vim/syntax/stage.vim')
-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