feat: add matlab

This commit is contained in:
Amaan Qureshi 2023-02-28 00:16:21 -05:00
parent f0617c31f4
commit 316200f77d
6 changed files with 136 additions and 0 deletions

View file

@ -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",