about summary refs log tree commit diff stats
path: root/html/apps/ex2.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/ex2.mu.html
parenta09ab577d1be7cbe7f83f5257368c581b6c720a9 (diff)
downloadmu-e62702efd094487ec0187c984d4e38303112b803.tar.gz
6066 - Vim syntax highlighting for Mu files
Diffstat (limited to 'html/apps/ex2.mu.html')
-rw-r--r--html/apps/ex2.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex2.mu.html b/html/apps/ex2.mu.html
index 38bb9d76..385dc271 100644
--- a/html/apps/ex2.mu.html
+++ b/html/apps/ex2.mu.html
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span><span class="Comment">#   7</span>
 <span id="L9" class="LineNr"> 9 </span>
 <span id="L10" class="LineNr">10 </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="L11" class="LineNr">11 </span>  result <span class="Special">&lt;-</span> do-add<span class="Constant"> 3 4</span>
+<span id="L11" class="LineNr">11 </span>  result <span class="Special">&lt;-</span> do-add 3 4
 <span id="L12" class="LineNr">12 </span><span class="Delimiter">}</span>
 <span id="L13" class="LineNr">13 </span>
 <span id="L14" class="LineNr">14 </span><span class="PreProc">fn</span> do-add a: int, b: int<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>