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 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
17syn keyword Logic not and or 17syn keyword Logic not and or
18syn keyword Statement setup enter 18syn 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 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
23 23