remove old comment

This commit is contained in:
Felix Roos 2024-05-19 00:06:41 +02:00
parent 8f86bbc6ba
commit c4b3d48498

View File

@ -67,9 +67,6 @@ export function tidal(code, offset = 0) {
// parses strings as mini notation and passes location
const str = node.text.slice(1, -1);
const col = node.startIndex + offset;
// problem: node.startIndex is wrong because hs2js parser removes newlines
// for some reason, the parser doesn't like newlines
// this means highlighting only works in the first line for now
return m(str, col);
},
});