about summary refs log tree commit diff stats
path: root/html/apps/ex3.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-28 11:10:17 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-28 11:10:17 -0800
commite62702efd094487ec0187c984d4e38303112b803 (patch)
tree66c8f8cdc74b2572b925d30fddb8fc893f7528c1 /html/apps/ex3.mu.html
parenta09ab577d1be7cbe7f83f5257368c581b6c720a9 (diff)
downloadmu-e62702efd094487ec0187c984d4e38303112b803.tar.gz
6066 - Vim syntax highlighting for Mu files
Diffstat (limited to 'html/apps/ex3.mu.html')
-rw-r--r--html/apps/ex3.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html
index 5b4a00e3..fed6aa64 100644
--- a/html/apps/ex3.mu.html
+++ b/html/apps/ex3.mu.html
@@ -56,14 +56,14 @@ if ('onhashchange' in window) {
 <a href='https://github.com/akkartik/mu/blob/master/apps/ex3.mu'>https://github.com/akkartik/mu/blob/master/apps/ex3.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="PreProc">fn</span> <a href='../mu-init-test.subx.html#L7'>main</a><span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L2" class="LineNr"> 2 </span>  result <span class="Special">&lt;-</span> copy<span class="Constant"> 0</span>
-<span id="L3" class="LineNr"> 3 </span>  var i/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy<span class="Constant"> 1</span>
+<span id="L2" class="LineNr"> 2 </span>  result <span class="Special">&lt;-</span> copy 0
+<span id="L3" class="LineNr"> 3 </span>  var i/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy 1
 <span id="L4" class="LineNr"> 4 </span>  <span class="Delimiter">{</span>
 <span id="L5" class="LineNr"> 5 </span>    compare i, 0xa
-<span id="L6" class="LineNr"> 6 </span>    break-if-&gt;
+<span id="L6" class="LineNr"> 6 </span>    <span class="Identifier">break-if-&gt;</span>
 <span id="L7" class="LineNr"> 7 </span>    result <span class="Special">&lt;-</span> add i
 <span id="L8" class="LineNr"> 8 </span>    i <span class="Special">&lt;-</span> increment
-<span id="L9" class="LineNr"> 9 </span>   <span class="Identifier"> loop</span>
+<span id="L9" class="LineNr"> 9 </span>    <span class="Identifier">loop</span>
 <span id="L10" class="LineNr">10 </span>  <span class="Delimiter">}</span>
 <span id="L11" class="LineNr">11 </span><span class="Delimiter">}</span>
 </pre>