about summary refs log tree commit diff stats
path: root/html/fork.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/fork.mu.html')
-rw-r--r--html/fork.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/fork.mu.html b/html/fork.mu.html
index 39c7207a..40e645b5 100644
--- a/html/fork.mu.html
+++ b/html/fork.mu.html
@@ -16,7 +16,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .Constant { color: #008080; }
 .Comment { color: #8080ff; }
 .Delimiter { color: #c000c0; }
-.Identifier { color: #008080; }
+.muControl { color: #804000; }
 .muRecipe { color: #ff8700; }
 -->
 </style>
@@ -34,15 +34,15 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 <span class="muRecipe">recipe</span> main [
   start-running thread2:<span class="muRecipe">recipe</span>
   <span class="Delimiter">{</span>
-   <span class="Identifier"> $print</span> <span class="Constant">34:literal</span>
-    <span class="Identifier">loop</span>
+    $print <span class="Constant">34:literal</span>
+    <span class="muControl">loop</span>
   <span class="Delimiter">}</span>
 ]
 
 <span class="muRecipe">recipe</span> thread2 [
   <span class="Delimiter">{</span>
-   <span class="Identifier"> $print</span> <span class="Constant">35:literal</span>
-    <span class="Identifier">loop</span>
+    $print <span class="Constant">35:literal</span>
+    <span class="muControl">loop</span>
   <span class="Delimiter">}</span>
 ]
 </pre>