From af7349d50c40e0604c9bb1e9a50aa1c3c0d407d8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Oct 2016 19:18:50 -0700 Subject: 3568 Fix syntax highlighting for labels after commit 3552. --- html/edit/001-editor.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/edit/001-editor.mu.html') diff --git a/html/edit/001-editor.mu.html b/html/edit/001-editor.mu.html index b6ba98e8..a0044e7a 100644 --- a/html/edit/001-editor.mu.html +++ b/html/edit/001-editor.mu.html @@ -215,7 +215,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color screen <- move-cursor screen, row, column curr <- next curr prev <- next prev - loop +next-character + loop +next-character } { # at right? wrap. even if there's only one more letter left; we need @@ -229,7 +229,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color row <- add row, 1 screen <- move-cursor screen, row, column # don't increment curr - loop +next-character + loop +next-character } print screen, c, color curr <- next curr @@ -449,7 +449,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color break-unless starting-comment? trace 90, [app], [switch color back to blue] color <- copy 12/lightblue - jump +exit + jump +exit } # if color is blue and next character is newline, switch color to white { @@ -459,7 +459,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color break-unless ending-comment? trace 90, [app], [switch color back to white] color <- copy 7/white - jump +exit + jump +exit } # if color is white (no comments) and next character is '<', switch color to red { @@ -467,7 +467,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color starting-assignment?:bool <- equal c, 60/< break-unless starting-assignment? color <- copy 1/red - jump +exit + jump +exit } # if color is red and next character is space, switch color to white { @@ -476,7 +476,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color ending-assignment?:bool <- equal c, 32/space break-unless ending-assignment? color <- copy 7/white - jump +exit + jump +exit } # otherwise no change +exit -- cgit 1.4.1-2-gfad0