Robb Enzmann

Results 14 comments of Robb Enzmann

Most of my development for this package happens on Windows. There's nothing really special in treesit-auto.el that would make it platform-specific; it's a fairly minimal amount of pure elisp. We'd...

I did try this, but my skill with elisp wasn't quite good enough to overcome `cl-lib` failing to load properly: https://github.com/renzmann/treesit-auto/issues/36#issuecomment-1474875674 If you are familiar with the proper way to...

As it stands, I don't have the C++ grammar requiring C: https://github.com/renzmann/treesit-auto/blob/016bd286a1ba4628f833a626f8b9d497882ecdf3/treesit-auto.el#L130-L135 Looks like we'll need to add `:requires 'c` to the cpp recipe.

`sh-mode` is a bit special, and honestly [kind of a pain to program around](https://github.com/renzmann/treesit-auto/issues/21) Since you have a workaround, I'm not sure if we should keep this issue open?