diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-02 19:23:56 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-10-02 19:23:56 -0700 |
| commit | 9f4aa6a2e009cfec07545e3f7062a092c92d7a5a (patch) | |
| tree | 0cd9d96cd5681dfc3251fcd343d9e51bdb7f3360 /examples/sample_game.nom | |
| parent | 63ed265157de8ff91dee606b0e61e52214a4083b (diff) | |
Added some ansi color escapes.
Diffstat (limited to 'examples/sample_game.nom')
| -rw-r--r-- | examples/sample_game.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sample_game.nom b/examples/sample_game.nom index 95e5c26..5ce688c 100644 --- a/examples/sample_game.nom +++ b/examples/sample_game.nom @@ -95,7 +95,7 @@ with secrets: secret %approvals = [] say ".." |Proposal: - |\(%src) + |\(bright)\(blue)\(%src)\(reset color) parse [propose %action] as: propose source (..) @@ -253,7 +253,7 @@ as bill: approve as dave: join propose: - rule [declare war] =: say "WAR!!!" + rule [declare war] =: say "\(red)WAR!!!\(reset color)" with secrets: secret %president = (nil) rule [elect president from %candidates] =: |
