Support for comments with the new comment-reader: do not insert a nbsp after the first semicolon.
This commit is contained in:
parent
0d420cb400
commit
a3acfa80ea
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user