about summary refs log tree commit diff stats
path: root/html/086scenario_console_test.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/086scenario_console_test.mu.html
parent0f5a2f4e21046e319ce0fadec32cc5e89d2f4620 (diff)
downloadmu-dcc060c7d4ef56b978beb34ddce8d8ffcec94fa6.tar.gz
2706 - update html
Diffstat (limited to 'html/086scenario_console_test.mu.html')
-rw-r--r--html/086scenario_console_test.mu.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/086scenario_console_test.mu.html b/html/086scenario_console_test.mu.html
index f36290b3..181c8973 100644
--- a/html/086scenario_console_test.mu.html
+++ b/html/086scenario_console_test.mu.html
@@ -17,6 +17,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .Special { color: #ff6060; }
+.CommentedCode { color: #6c6c6c; }
 -->
 </style>
 
@@ -53,6 +54,11 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
     <span class="Constant">8</span><span class="Special"> &lt;- </span><span class="Constant">1</span>
   ]
 ]
+
+<span class="CommentedCode">#? recipe foo-editor [</span>
+<span class="CommentedCode">#?   local-scope</span>
+<span class="CommentedCode">#?   init:address:shared:list:character &lt;- push 97/a, 0</span>
+<span class="CommentedCode">#? ]</span>
 </pre>
 </body>
 </html>