Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

bug with comments at the end of lines of code #3

Open
@masukomi

Description

@masukomi

best explained by example:

take this...

(if #t
  (begin
    (print "trueeeeee")
  ); end begin
)

run it through scheme-format and you end up with this

(if #t
 (begin
  (print "trueeeeee"))

 ; end begin)

which turns the last parens into a comment. :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions