From 23906e8838da6793effc46aaf52f82607d56c6d6 Mon Sep 17 00:00:00 2001 From: Emmanuel Briot Date: Wed, 14 Dec 2022 15:59:24 +0100 Subject: feat: add Ada --- lua/nvim-treesitter/parsers.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d0ef4a97a..04a4cea66 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2