feat: add Luadoc

This commit is contained in:
Amaan Qureshi 2023-03-19 08:09:12 -04:00
parent 581fc14cea
commit bc23db2515
5 changed files with 149 additions and 0 deletions

View file

@ -825,6 +825,14 @@ list.lua = {
maintainers = { "@muniftanjim" },
}
list.luadoc = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-luadoc",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
}
list.luap = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-luap",