I've searched open issues for similar requests
Is your feature request related to a problem? Please describe.
nvim-treesitter was archived. all i wanted from it was a simple way to install treesitter grammars so highlighting works well. from a user's perspective this
is exactly what mason does for all other external things (lsps, daps, formatters, ...)
Describe the solution you'd like
take the info from https://github.com/nvim-treesitter/nvim-treesitter/blob/main/lua/nvim-treesitter/parsers.lua and have a new category "treesitter grammars" allowing to install these with mason
Describe potential alternatives you've considered
continuing to use unsupported nvim-treesitter
Additional context
No response
I've searched open issues for similar requests
Is your feature request related to a problem? Please describe.
nvim-treesitter was archived. all i wanted from it was a simple way to install treesitter grammars so highlighting works well. from a user's perspective this
is exactly what mason does for all other external things (lsps, daps, formatters, ...)
Describe the solution you'd like
take the info from https://github.com/nvim-treesitter/nvim-treesitter/blob/main/lua/nvim-treesitter/parsers.lua and have a new category "treesitter grammars" allowing to install these with mason
Describe potential alternatives you've considered
continuing to use unsupported nvim-treesitter
Additional context
No response