feat: add Ada

This commit is contained in:
Emmanuel Briot 2022-12-14 15:59:24 +01:00 committed by Stephan Seitz
parent 779b4222a3
commit 23906e8838
6 changed files with 239 additions and 0 deletions

View file

@ -60,6 +60,16 @@ local list = setmetatable({}, {
end,
})
list.ada = {
install_info = {
url = "https://github.com/briot/tree-sitter-ada",
branch = "master",
files = { "src/parser.c" },
},
filetype = "ada",
maintainers = { "@briot" },
}
list.agda = {
install_info = {
url = "https://github.com/AusCyberman/tree-sitter-agda",