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/display.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/display.mu.html')
-rw-r--r-- | html/display.mu.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html/display.mu.html b/html/display.mu.html index 75ccd75d..75a76413 100644 --- a/html/display.mu.html +++ b/html/display.mu.html @@ -32,14 +32,14 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="muRecipe">def</span> main [ open-console - print-character-to-display <span class="Constant">97</span>, <span class="Constant">1/red</span>, <span class="Constant">2/green</span> - <span class="Constant">1</span>:num/<span class="Special">raw</span>, <span class="Constant">2</span>:num/<span class="Special">raw <- </span>cursor-position-on-display + print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">1/red</span>, <span class="Constant">2/green</span> + 1:num/<span class="Special">raw</span>, 2:num/<span class="Special">raw</span> <span class="Special"><-</span> cursor-position-on-display wait-for-some-interaction clear-display - move-cursor-on-display <span class="Constant">0</span>, <span class="Constant">4</span> - print-character-to-display <span class="Constant">98</span> + move-cursor-on-display<span class="Constant"> 0</span>,<span class="Constant"> 4</span> + print-character-to-display<span class="Constant"> 98</span> wait-for-some-interaction - move-cursor-on-display <span class="Constant">0</span>, <span class="Constant">0</span> + move-cursor-on-display<span class="Constant"> 0</span>,<span class="Constant"> 0</span> clear-line-on-display wait-for-some-interaction move-cursor-down-on-display |