Support for comments with the new comment-reader: do not insert a nbsp after the first semicolon.

This commit is contained in:
Georges Dupéron 2017-01-06 19:01:49 +01:00
parent 0d420cb400
commit a3acfa80ea

View File

@ -483,7 +483,7 @@
c)))
(advance c init-line! srcless-step)
(out ";" comment-color)
(out 'nbsp comment-color)
;(out 'nbsp comment-color)
(let ([v (syntax->datum (cadr (syntax->list c)))])
(if (paragraph? v)
(map (lambda (v)