From 2856a76a8d865e97edbc193ccbcbfdd92360f327 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 2 Oct 2017 19:28:42 -0700 Subject: [PATCH] Playing with formatting. --- examples/sample_game.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sample_game.nom b/examples/sample_game.nom index 5ce688c..3698fb4 100644 --- a/examples/sample_game.nom +++ b/examples/sample_game.nom @@ -94,7 +94,7 @@ with secrets: secret %pending = %src secret %approvals = [] say ".." - |Proposal: + |\(underscore)\(yellow)Proposal:\(reset color) |\(bright)\(blue)\(%src)\(reset color) parse [propose %action] as: @@ -138,7 +138,7 @@ with secrets: rule [join] =: add user (you) say ".." - |Welcome to the game, \(you)! + |\(on yellow)\(black)Welcome to the game, \(you)!\(reset color) restrict (rules that change users) to within "join"