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 22:18:05 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 22:18:05 -0800
commit9e91a21ef385e33ca373e4308ca3227c228fe09b (patch)
tree55b97647b182d2acddc1413cccdaf7e2c99b480e /html/086scenario_console_test.mu.html
parenta3a0574f17424cb67c1be120b01d6b57771bbbfe (diff)
downloadmu-9e91a21ef385e33ca373e4308ca3227c228fe09b.tar.gz
2710
Diffstat (limited to 'html/086scenario_console_test.mu.html')
-rw-r--r--html/086scenario_console_test.mu.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/html/086scenario_console_test.mu.html b/html/086scenario_console_test.mu.html
index 181c8973..f36290b3 100644
--- a/html/086scenario_console_test.mu.html
+++ b/html/086scenario_console_test.mu.html
@@ -17,7 +17,6 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .Special { color: #ff6060; }
-.CommentedCode { color: #6c6c6c; }
 -->
 </style>
 
@@ -54,11 +53,6 @@ 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>