Michael Davis
Michael Davis
I talked about this a bit with @pascalkuthe and in the long run I think we want to transition to having custom hard-wrapping code in helix-core rather than using the...
That's https://github.com/helix-editor/helix/issues/2274
They have some overlap but I see them as separate features. #1730 is just for adding in indentation plus the comment token when you hit enter (or equivalent) if you're...
Awesome, thank you!
See #8546, let's close this in favor of that new PR
Yep only nasm is currently supported. I think a new issue for gas is perferrable
> It works well on this exact commit but if I rebase on master highlights are totally gone for rust I can give this a rebase. IIRC the rust grammar...
Ok I was able to eliminate most of the duplicated code and shortened/simplified the approach. The new version adds an iterator over query captures across injections. Figuring out rainbow highlights...
We're hoping to get #5420 in first since it's a large refactor and touches a lot of the rendering code. This will need to be rebased after that and I...
Good call with racket & common-lisp, I added those to the PR. I will probably avoid adding more languages myself unless I use them since it adds to the already...