diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-12 22:34:45 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-12 22:34:45 -0700 |
commit | d44123cabaa730c778a0e2644c75dbfba6a7ab30 (patch) | |
tree | a24e90f9fc864ea5b1c5e1f13433f55ad7acd30b /html/x.mu.html | |
parent | 1ae4e0d95f7e37dc7d0b146542fc39b4aed491de (diff) | |
download | mu-d44123cabaa730c778a0e2644c75dbfba6a7ab30.tar.gz |
1556
Diffstat (limited to 'html/x.mu.html')
-rw-r--r-- | html/x.mu.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/x.mu.html b/html/x.mu.html index 96eb4be8..8bde79bf 100644 --- a/html/x.mu.html +++ b/html/x.mu.html @@ -16,7 +16,6 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .Comment { color: #8080ff; } .Constant { color: #008080; } .Special { color: #ff6060; } -.Identifier { color: #008080; } .muRecipe { color: #ff8700; } --> </style> @@ -35,7 +34,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } 11:number<span class="Special"> <- </span>copy <span class="Constant">1:literal</span> 12:number<span class="Special"> <- </span>copy <span class="Constant">3:literal</span> 13:number<span class="Special"> <- </span>add 11:number, 12:number - <span class="Identifier"> $dump-memory</span> +<span class="Constant"> $dump-memory</span> ] </pre> </body> |