You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would you be open to a PR which configures a Github action to build and publish tree-sitter shared libraries for your grammar? I'm interested in consuming this grammar as part of some configuration I'm applying to emacs, and I'd like to be able to download something pre-built so users don't have to have compilers etc. installed on their own machines.
would you be open to a PR which configures a Github action to build and publish tree-sitter shared libraries for your grammar? I'm interested in consuming this grammar as part of some configuration I'm applying to emacs, and I'd like to be able to download something pre-built so users don't have to have compilers etc. installed on their own machines.
For an example of what I mean, you can look here to see what I've done for a CSS-in-JS grammar I wrote: https://github.com/orzechowskid/tree-sitter-css-in-js/blob/main/.github/workflows/release.yml . This action gets run upon every push to mainline and results in a set of tarballs being published under the Releases section of the repository: https://github.com/orzechowskid/tree-sitter-css-in-js/releases . I then configure emacs to download the appropriate tarball and unpack it in a location where tree-sitter can consume it.
thanks for considering!
The text was updated successfully, but these errors were encountered: