You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
Formatting a multi line comment that is inside parenthesis makes it move to the right, even if the document has not been changed since the last format.
To Reproduce
Steps to reproduce the behavior:
Start with this code:
#let test_func() = {
(
/*
test
*/
)
Repeatedly format
Watch as the comment goes on a journey to the right side of your screen
#let test_func() = {
(/*
test
*/)
}
The text was updated successfully, but these errors were encountered:
Tested on commit 792f08f
Describe the bug
Formatting a multi line comment that is inside parenthesis makes it move to the right, even if the document has not been changed since the last format.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: