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-10-23 19:45:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-23 19:56:28 -0700
commitf918675c8b11adb80a83000a3a984e4ff3bdcf1b (patch)
tree2472316e3bf536e0bad76751c5f3504d029b8215 /html/console.mu.html
parentaf7349d50c40e0604c9bb1e9a50aa1c3c0d407d8 (diff)
downloadmu-f918675c8b11adb80a83000a3a984e4ff3bdcf1b.tar.gz
3569
Update syntax highlighting to not color numeric locations like literals.
Diffstat (limited to 'html/console.mu.html')
-rw-r--r--html/console.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/console.mu.html b/html/console.mu.html
index f77fda40..c03eb11e 100644
--- a/html/console.mu.html
+++ b/html/console.mu.html
@@ -38,9 +38,9 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
   <span class="Constant">local-scope</span>
   open-console
   <span class="Delimiter">{</span>
-    e:event, found?:bool<span class="Special"> &lt;- </span>check-for-interaction
+    e:event, found?:bool <span class="Special">&lt;-</span> check-for-interaction
     <span class="muControl">break-if</span> found?
-    print-character-to-display <span class="Constant">97</span>, <span class="Constant">7/white</span>
+    print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">7/white</span>
     <span class="muControl">loop</span>
   <span class="Delimiter">}</span>
   close-console