From e112d781ea5ffc4186e7d70dba595b5a233335a8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 30 Dec 2011 11:28:30 -0700 Subject: Added vim highlighting for stage scripts. --- test.stage | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test.stage') diff --git a/test.stage b/test.stage index 38e3735..0963143 100644 --- a/test.stage +++ b/test.stage @@ -69,6 +69,11 @@ situation <> { display("You can't eat " + object ); } + + command: "eat" object "now" + { + display("Alright, fine, eat " + object + " now..." ); + } setup { -- cgit v1.2.3