Jen-Chieh Shen
Jen-Chieh Shen
That will be a great addition! :)
cc @meain > In the meanwhile, if I compile the corresponding tree-sitter myself, where can I find the generated file? I plan to put it into my emacs tree-sitter directory,...
> But even I change the branch from master to main for submodule r, I cannot have the latest tree-sitter-r. Have you tired re-clone the submodule? Make sure the submodule...
I've added the submodule update workflow. Now most grammars are up to date.
Thanks for opening this feature request! I never contribute to GUIX before, but I will look into it! :)
Attempt in https://codeberg.org/guix/guix/pulls/2792.
I would love to work on this! :D I use [Eask](https://github.com/emacs-eask/cli) and GHA, here are a few examples: #### Basic - https://github.com/emacs-grammarly/lsp-grammarly/blob/master/.github/workflows/test.yml (with Makefile) - https://github.com/emacs-elsa/flycheck-elsa/blob/master/.github/workflows/test.yml (without Makefile) #### More...
Maybe we should have a new command `eask install-file [paths..]` (name came from `package-install-file`). I recommend we store `eask--state-alist` in Eask-file since `eask-state.el` can be lost after `eask clean workspace`....
Could you check out #317? I hope it's what you're looking for! 😋 You can now install it with: ```sh # directory eask install-file /path/to/foo-mode # .tar file eask install-file...