From 316200f77d4261ebd4957b29fc6958f988e0964d Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Tue, 28 Feb 2023 00:16:21 -0500 Subject: feat: add matlab --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index b5bdeb820..2719194bc 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -888,6 +888,14 @@ list.markdown_inline = { experimental = true, } +list.matlab = { + install_info = { + url = "https://github.com/mstanciu552/tree-sitter-matlab", + files = { "src/parser.c" }, + }, + maintainers = { "@amaanq" }, +} + list.menhir = { install_info = { url = "https://github.com/Kerl13/tree-sitter-menhir", -- cgit v1.2.3-70-g09d2