diff --git a/cover/private/format-utils.rkt b/cover/private/format-utils.rkt index 29c79a7..7b6fa57 100644 --- a/cover/private/format-utils.rkt +++ b/cover/private/format-utils.rkt @@ -88,7 +88,7 @@ new-mode/ds)) (case type [(eof) (void)] - [(comment sexp-comment no-color white-space) + [(comment sexp-comment white-space) (define s (+ init-offset (- start (offset start)))) (define e (+ init-offset (- end (offset end)))) (interval-map-set! cmap s e 'irrelevant)