mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
remove old comment
This commit is contained in:
@@ -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);
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user