summaryrefslogtreecommitdiff
path: root/test.stage
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-30 11:28:30 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-30 11:28:30 -0700
commite112d781ea5ffc4186e7d70dba595b5a233335a8 (patch)
treebea2120759c77e20e140e0958393aeef936f0a24 /test.stage
parent5898cb722a225ca6a876152ae365c2de3a6e81ac (diff)
downloadstage-e112d781ea5ffc4186e7d70dba595b5a233335a8.tar.gz
stage-e112d781ea5ffc4186e7d70dba595b5a233335a8.tar.bz2
stage-e112d781ea5ffc4186e7d70dba595b5a233335a8.tar.xz
stage-e112d781ea5ffc4186e7d70dba595b5a233335a8.zip
Added vim highlighting for stage scripts.
Diffstat (limited to 'test.stage')
-rw-r--r--test.stage5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.stage b/test.stage
index 38e3735..0963143 100644
--- a/test.stage
+++ b/test.stage
@@ -69,6 +69,11 @@ situation <<stuff>>
69 { 69 {
70 display("You can't eat " + object ); 70 display("You can't eat " + object );
71 } 71 }
72
73 command: "eat" object "now"
74 {
75 display("Alright, fine, eat " + object + " now..." );
76 }
72 77
73 setup 78 setup
74 { 79 {