about summary refs log tree commit diff stats
path: root/html/010vm.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/010vm.cc.html')
-rw-r--r--html/010vm.cc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/010vm.cc.html b/html/010vm.cc.html
index 3955c7cd..341348d3 100644
--- a/html/010vm.cc.html
+++ b/html/010vm.cc.html
@@ -15,6 +15,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 * { font-size: 12pt; font-size: 1em; }
 .Constant { color: #00a0a0; }
 .cSpecial { color: #008000; }
+.muRecipe { color: #ff8700; }
 .Comment { color: #9090ff; }
 .Delimiter { color: #800080; }
 .SalientComment { color: #00ffff; }
@@ -290,7 +291,7 @@ restore_snapshots<span class="Delimiter">();</span>
 <span class="SalientComment">//:: Helpers</span>
 
 <span class="Delimiter">:(code)</span>
-recipe::recipe<span class="Delimiter">()</span> <span class="Delimiter">{</span>
+<span class="muRecipe">recipe</span>::recipe<span class="Delimiter">()</span> <span class="Delimiter">{</span>
   <span class="Comment">// End recipe Constructor</span>
 <span class="Delimiter">}</span>