diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-23 19:18:50 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-23 19:18:50 -0700 |
commit | af7349d50c40e0604c9bb1e9a50aa1c3c0d407d8 (patch) | |
tree | 81ac39642b41902e244138aaa3d42a85286d23c6 /html/edit/003-shortcuts.mu.html | |
parent | 09788d7edfd63e89b05413c0279fa112e237ee50 (diff) | |
download | mu-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.html | 2 |
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"> <- </span>equal next-line, before-cursor <span class="muControl">break-unless</span> no-motion? scroll?:bool<span class="Special"> <- </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"> <- </span>copy <span class="Constant">0/false</span> <span class="muControl">return</span> <span class="Delimiter">}</span> |