Acode icon indicating copy to clipboard operation
Acode copied to clipboard

Racket's S-expression comment not properly handled

Open maridonkers opened this issue 8 months ago • 1 comments

Racket

e.g.

(define aname "Jane Doe")
#;(displayln "Hello ~a"
  aname)

only shows line with #; in comment style, not the whole S-expression.

Also block comments #l ... |# not recognized.

maridonkers avatar May 31 '24 16:05 maridonkers