Tristan Hume
Tristan Hume
Yah I can see this being useful definitely. I would accept a PR that added a version of the parse function that takes a timeout as a `std::time::Duration` that just...
I think a better approach, and probably the one used in Sublime, is to parse all assertions as referring to a byte range in the document, sort those, then while...
Depending on a fork sounds best to me
I agree it's a useful and neat feature, but I must admit I don't predict I'll find time or motivation to do it myself. Other functionality like #34 seems more...
That seems pretty reasonable, you may need to watch out for the linking step, which links together syntaxes in the set with direct references. I forget how it does this...
Yup seems right, this path indeed doesn't seem to be tested. I might look into it this weekend if I have time, but no guarantees.
Yah seems plausible that this would be net good. I mainly wanted to have it around for use by people who already had strings without a newline on the end,...
cc @robinst any thoughts on what might needed to be added to either the rewriter or fancy-regex to fix these and guesses as to how much work it would be?
Okay I'll try and give the new implementation a real review then, likely this weekend. If you'd like I can probably also do the `io::Write` stuff after I do that....
Sorry I'm so late on reviewing this, I wanted to use my limited syntect bandwidth for stuff that needed to be in the 3.0 release. This is still on my...