Andreas Zetterlund

Results 2 issues of Andreas Zetterlund

**Input:** ``` var foo = 1; var bar = 2; // csharpier-ignore var baz = 3; ``` **Output:** Inconsistent empty line handling before the `// csharpier-ignore` comment ``` var foo...

Just looking at the code I think there is a bug here: https://github.com/scriptcoded/sql-highlight/blob/909c361424255f5af2a5e87b96dcd9e93e61123d/lib/index.js#L42C21-L42C21 This only matches litteral periods `.`. I assume that you meant to match any character `/(?.+?)/`. Without...

no-stale