about summary refs log tree commit diff stats
path: root/html/console.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-25 17:17:20 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 17:17:20 -0800
commitdcc060c7d4ef56b978beb34ddce8d8ffcec94fa6 (patch)
tree7cbb9cd1d8544c7c6c65725fa195ca3821b04b07 /html/console.mu.html
parent0f5a2f4e21046e319ce0fadec32cc5e89d2f4620 (diff)
downloadmu-dcc060c7d4ef56b978beb34ddce8d8ffcec94fa6.tar.gz
2706 - update html
Diffstat (limited to 'html/console.mu.html')
-rw-r--r--html/console.mu.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/html/console.mu.html b/html/console.mu.html
index 1a14d4ed..c96b585d 100644
--- a/html/console.mu.html
+++ b/html/console.mu.html
@@ -16,9 +16,9 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .muControl { color: #c0a020; }
 .muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
-.Delimiter { color: #a04060; }
-.Special { color: #ff6060; }
 .Constant { color: #00a0a0; }
+.Special { color: #ff6060; }
+.Delimiter { color: #a04060; }
 -->
 </style>
 
@@ -35,6 +35,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 <span class="Comment"># Keeps printing 'a' until you press a key or click on the mouse.</span>
 
 <span class="muRecipe">recipe</span> main [
+  <span class="Constant">local-scope</span>
   open-console
   <span class="Delimiter">{</span>
     e:event, found?:boolean<span class="Special"> &lt;- </span>check-for-interaction