mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-08 07:48:40 +00:00
68a68bde82
Previous "start" regex used `^` instead of `\n`, which meant if the first character in a line failed to start a match, it would check for the start of a DL in *every* character in the line, which slows things down a lot.