jora icon indicating copy to clipboard operation
jora copied to clipboard

Format strings break syntax highlighting

Open avdotion opened this issue 4 years ago • 1 comments

$test1: (`${}`);
$test2: [{
    $variable: 3;
    message: `
    	${[1, 2, 3]}
    `,
    }, 'any'];
[$test1, $test2]

Hi! This two tests crashes syntax highlighting! This is why it is very difficult to format long strings with jora.

avdotion avatar Jul 21 '21 14:07 avdotion

[].group(=>`${name}@${version}`).[value.size()>1].key.sort()

Image

smelukov avatar Mar 27 '25 11:03 smelukov