start covering items lexed as 'no-color

This commit is contained in:
Spencer Florence 2015-08-31 16:17:41 -05:00
parent f69811bce0
commit e874eccc9a

View File

@ -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)