nvim-neorocks / nurr

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

Remove suffixes from semver tags #4

Open mrcjkb opened 8 months ago

mrcjkb commented 8 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 8 months ago

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