remove old comment
This commit is contained in:
parent
8f86bbc6ba
commit
c4b3d48498
1 changed files with 0 additions and 3 deletions
|
|
@ -67,9 +67,6 @@ export function tidal(code, offset = 0) {
|
||||||
// parses strings as mini notation and passes location
|
// parses strings as mini notation and passes location
|
||||||
const str = node.text.slice(1, -1);
|
const str = node.text.slice(1, -1);
|
||||||
const col = node.startIndex + offset;
|
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);
|
return m(str, col);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue