nvim-neorocks / nurr

A repository for hosting auto-generated Neovim plugins and tree-sitter parsers for Luarocks.
MIT License
28 stars 3 forks source link

Remove suffixes from semver tags #4

Open mrcjkb opened 6 months ago

mrcjkb commented 6 months ago

Some parsers have semver tags like x.y.z-with-generated-sources. We should either not allow such suffixes (they currently cause a build failure), or we should remove the suffix.

mrcjkb commented 6 months ago

We could also identify and allow only certain suffixes that we then remove.