mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat: add Ada
This commit is contained in:
parent
779b4222a3
commit
23906e8838
6 changed files with 239 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue