about summary refs log tree commit diff stats
path: root/html/example1.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-25 17:17:20 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 17:17:20 -0800
commitdcc060c7d4ef56b978beb34ddce8d8ffcec94fa6 (patch)
tree7cbb9cd1d8544c7c6c65725fa195ca3821b04b07 /html/example1.mu.html
parent0f5a2f4e21046e319ce0fadec32cc5e89d2f4620 (diff)
downloadmu-dcc060c7d4ef56b978beb34ddce8d8ffcec94fa6.tar.gz
2706 - update html
Diffstat (limited to 'html/example1.mu.html')
-rw-r--r--html/example1.mu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/example1.mu.html b/html/example1.mu.html
index 13333c91..972f37d2 100644
--- a/html/example1.mu.html
+++ b/html/example1.mu.html
@@ -28,6 +28,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 <body>
 <pre id='vimCodeElement'>
 <span class="muRecipe">recipe</span> example1 [
+  <span class="Constant">local-scope</span>
   a:number<span class="Special"> &lt;- </span>add <span class="Constant">2</span>, <span class="Constant">2</span>
   a<span class="Special"> &lt;- </span>multiply a, <span class="Constant">3</span>
 ]