jade
jade
One difficulty with any form of tree-sitter integration is that building parsers is a nightmare due to Cargo being quite very bad at submodules. More details here: https://github.com/matze/tree-painter/issues/3 This could...
The build issues are for utterly unknown reasons to me. I had them when i used the git source with cargo but not when i used the override in the...
With respect to the perf issues, one cause is that the renderer is reinitialized for each and every code block, in my hacks (since one single one can't be shared...
A thought I have is that the tree sitter parser building stuff from Helix should actually be extracted into a separate package, which provides all of the build methods to...
The chief and largest problem with Pygments as far as I can tell is that it doesn't solve the problem set out: as far as I can tell it's just...
Alrighty. I fixed the links I found, found some more broken ones with the link checker, and committed a change to CI to add the link checker that Cargo and...
> You can maybe add deleting `doc/src/lexer_tutorial.md` to this cleanup? Done
The thing I'd like particularly from this feature is to be able to replace multiple things at once. In particular if you wanted to get rid of all lowercase letters...
After some more Zola hacking tonight, I have another use case where I believe I need this: I want to replace `\n\n` with `\n` and `\n` with a space, in...
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8817 i have filed a ghc MR to fix the export issue but it obviously would have to get released so it's a long term solution i guess