intellij-ton icon indicating copy to clipboard operation
intellij-ton copied to clipboard

Tact: multiline comments broken in 2.3

Open imartemy1524 opened this issue 1 year ago • 0 comments

After updating to plugin version 2.3, multiline comments seems to be broken.

Code example:

/*
Comment
*/

image

It works only if one prints one char at each line without linebreaks:

/*
c
o
m
m
e
n
t
*/

image

System information

Tact plugin version: 2.3 Webstorm version: 2024.2 Operation system: Arch Linux x86_64

imartemy1524 avatar Aug 20 '24 21:08 imartemy1524