diff options
Diffstat (limited to 'support')
-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 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 | |||
17 | syn keyword Logic not and or | 17 | syn keyword Logic not and or |
18 | syn keyword Statement setup enter | 18 | 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 | 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 |
23 | 23 | ||