Hey, In the las last few weeks on treesitter grammar parser packaging for text editors such as Emacs or Vim packaged for (open)SUSE. The packaging macros's and functions can be used for any rpm based distribution too. Using my packaging the packaging of treesitter grammars can be done in three simple steps. The tree-sitter package that includes all tools can be found here: https://build.opensuse.org/package/show/home:Thaodan:editors/tree-sitter I already packaged some grammars ready to be installed. I want to get these changes into Factory. Now I wonder how to best integrate them. The macros and scripts are now inside the main tree-sitter package. Initially I put them into the -devel package however since only the main package is needed to generate grammar sources and the main package isn't fully functional without nodejs I added them there. Is it ok to just use the editors project as the devel project for the grammar packages? Br, Björn Bidar