about summary refs log tree commit diff stats
path: root/html/edit/003-shortcuts.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-23 19:18:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-23 19:18:50 -0700
commitaf7349d50c40e0604c9bb1e9a50aa1c3c0d407d8 (patch)
tree81ac39642b41902e244138aaa3d42a85286d23c6 /html/edit/003-shortcuts.mu.html
parent09788d7edfd63e89b05413c0279fa112e237ee50 (diff)
downloadmu-af7349d50c40e0604c9bb1e9a50aa1c3c0d407d8.tar.gz
3568
Fix syntax highlighting for labels after commit 3552.
Diffstat (limited to 'html/edit/003-shortcuts.mu.html')
-rw-r--r--html/edit/003-shortcuts.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html
index ec91efbd..2dc6965f 100644
--- a/html/edit/003-shortcuts.mu.html
+++ b/html/edit/003-shortcuts.mu.html
@@ -1276,7 +1276,7 @@ d]
       no-motion?:bool<span class="Special"> &lt;- </span>equal next-line, before-cursor
       <span class="muControl">break-unless</span> no-motion?
       scroll?:bool<span class="Special"> &lt;- </span>greater-than cursor-row, <span class="Constant">1</span>
-      <span class="muControl">break-if</span> scroll?, +try-to-scroll
+      <span class="muControl">break-if</span> scroll?, <span class="Constant">+try-to-scroll</span>
       go-render?<span class="Special"> &lt;- </span>copy <span class="Constant">0/false</span>
       <span class="muControl">return</span>
     <span class="Delimiter">}</span>