Skip to content

Formatting ceases to work when // is used. #21

@jsquaredosquared

Description

@jsquaredosquared

Version: v0.0.10

As an example:

(/ 2 3
    )

will be autoformatted to place the closing bracket on the same line as the rest of the code, but

(// 2 3
    )

will not be autoformatted.

It seems autoformat stops working completely if // is present in the document. Sometimes, a popup will appear stating something along the lines of // being an unrecognized symbol.

Is there anything that can be done to fix this?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions