grain
grain copied to clipboard
Emacs mode for grain
I've been suffering through using the VScode one with Emacs bindings, but it is very slow going for me.
Please make an Emacs mode.
@c0d3d Do you mean syntax highlighting? I'm not sure which of us know how to make syntax highlighters for emacs.
Can consider https://github.com/emacsfodder/tmtheme-to-emacs to generate it from the vscode extension.
Update: that project only works for tmThemes, not tmLanguage files. Bummer.
I'll take a look and see if we can use the lsp server with an emacs lsp client
I found this for rescript, maybe we can steal some of it: https://github.com/jjlee/rescript-mode
I like it. The new LSP as a true standalone LSP server will help a lot with this too
Also looking to get started with grain and emacs is my daily driver. Did anyone manage to get anywhere with this?
We have an LSP that works with emacs. To release it we need to also release an emacs mode, and probably should have syntax highlighting too.
I'd love to work with someone with good emacs knowledge on getting this working!