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/keyboard.mu.html | |
parent | 1ae4e0d95f7e37dc7d0b146542fc39b4aed491de (diff) | |
download | mu-d44123cabaa730c778a0e2644c75dbfba6a7ab30.tar.gz |
1556
Diffstat (limited to 'html/keyboard.mu.html')
-rw-r--r-- | html/keyboard.mu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/keyboard.mu.html b/html/keyboard.mu.html index 29d73f4e..9b0e29b3 100644 --- a/html/keyboard.mu.html +++ b/html/keyboard.mu.html @@ -17,7 +17,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .Comment { color: #8080ff; } .Delimiter { color: #c000c0; } .Special { color: #ff6060; } -.Identifier { color: #008080; } +.muControl { color: #804000; } .muRecipe { color: #ff8700; } --> </style> @@ -39,9 +39,9 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } switch-to-display <span class="Delimiter">{</span> c:character, found?:boolean<span class="Special"> <- </span>read-key-from-keyboard - <span class="Identifier">break-if</span> found?:boolean + <span class="muControl">break-if</span> found?:boolean print-character-to-display <span class="Constant">97:literal</span> - <span class="Identifier">loop</span> + <span class="muControl">loop</span> <span class="Delimiter">}</span> return-to-console ] |