From 8b9a15a755ebc6681ff6be808615e375cb567080 Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Tue, 3 Jan 2012 00:08:48 -0700
Subject: New functions, fixes, and a working bloodfields.

---
 support/vim/syntax/stage.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'support/vim')

diff --git a/support/vim/syntax/stage.vim b/support/vim/syntax/stage.vim
index 34da126..45e1346 100644
--- a/support/vim/syntax/stage.vim
+++ b/support/vim/syntax/stage.vim
@@ -19,7 +19,7 @@ syn keyword Statement   setup enter
 syn keyword Todo        TODO FIXME XXX
 syn keyword Type        function command situation game global player
 syn keyword Constant    null true false
-syn keyword Builtins    display goto exists delete exit return
+syn keyword Builtins    display goto exists delete exit return random integer float
 
 syn cluster CommentGroup contains=Todo
 
-- 
cgit v1.2.3