mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci(readme): add experimental annotation
even when the grammar is unmaintained
This commit is contained in:
parent
126a271363
commit
370546d283
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ for _, v in ipairs(sorted_parsers) do
|
|||
.. table.concat(v.parser.maintainers, ", ")
|
||||
.. ")\n"
|
||||
else
|
||||
generated_text = generated_text .. "- [ ] " .. link .. "\n"
|
||||
generated_text = generated_text .. "- [ ] " .. link .. (v.parser.experimental and " (experimental)" or "") .. "\n"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue