Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jsquaredosquared opened this issue Dec 10, 2024 · 0 comments
Open

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

jsquaredosquared opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jsquaredosquared
Copy link

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?

@CFiggers CFiggers self-assigned this Dec 18, 2024
@CFiggers CFiggers added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants