Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
This repository has been 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. :(

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to 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