From e874eccc9af148f7503616610a154a26817b3f4d Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Mon, 31 Aug 2015 16:17:41 -0500 Subject: [PATCH] start covering items lexed as 'no-color --- cover/private/format-utils.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)