diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 11:28:30 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-12-30 11:28:30 -0700 |
commit | e112d781ea5ffc4186e7d70dba595b5a233335a8 (patch) | |
tree | bea2120759c77e20e140e0958393aeef936f0a24 /test.stage | |
parent | 5898cb722a225ca6a876152ae365c2de3a6e81ac (diff) | |
download | stage-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.stage | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | { |