Martin Tournoij
Martin Tournoij
Here's what other parsers do: ``` % ./run test
Can also start at 1K like before, and then grow to 20K after we've done a few loops (and after that even further): that way memory usage stays small for...
Yes, I agree. It's just that it would be nice to also make it work reasonably well with larger files, and seemed a simple enough change. I changed it to...
Fixed via #62.
"I don't really know what this module does, but a dependency of mine is using it and I wanted to get rid of the warning" doesn't exactly inspire great confidence...
Sure, I'll merge anything as long as there's a signal that it's probably okay and not going to break things. There are very few tests here and no tests for...
@pbnjay do you have any opinion on whether this patch or #62 is better? I go the CI back up running and @emanuel-skrenkovic is working on actually adding some tests,...
One solution might be to not highlight `(( .. ))` at all. Right now `[ .. ]` and `[[ .. ]]` isn't highlighted, so it's a bit inconsistent. Of course,...