diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-23 19:45:36 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-23 19:56:28 -0700 |
commit | f918675c8b11adb80a83000a3a984e4ff3bdcf1b (patch) | |
tree | 2472316e3bf536e0bad76751c5f3504d029b8215 /html/example1.mu.html | |
parent | af7349d50c40e0604c9bb1e9a50aa1c3c0d407d8 (diff) | |
download | mu-f918675c8b11adb80a83000a3a984e4ff3bdcf1b.tar.gz |
3569
Update syntax highlighting to not color numeric locations like literals.
Diffstat (limited to 'html/example1.mu.html')
-rw-r--r-- | html/example1.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/example1.mu.html b/html/example1.mu.html index 3d4d40eb..eeeaf4b8 100644 --- a/html/example1.mu.html +++ b/html/example1.mu.html @@ -29,8 +29,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <pre id='vimCodeElement'> <span class="muRecipe">def</span> example1 [ <span class="Constant">local-scope</span> - a:num<span class="Special"> <- </span>add <span class="Constant">2</span>, <span class="Constant">2</span> - a<span class="Special"> <- </span>multiply a, <span class="Constant">3</span> + a:num <span class="Special"><-</span> add<span class="Constant"> 2</span>,<span class="Constant"> 2</span> + a <span class="Special"><-</span> multiply a,<span class="Constant"> 3</span> ] </pre> </body> |