feat(matlab)!: replace parser

This commit is contained in:
Álan Crístoffer 2023-06-12 10:15:41 +02:00 committed by Christian Clason
parent 3f6c2de149
commit df3f47a508
6 changed files with 180 additions and 83 deletions

View file

@ -926,10 +926,10 @@ list.markdown_inline = {
list.matlab = {
install_info = {
url = "https://github.com/mstanciu552/tree-sitter-matlab",
files = { "src/parser.c" },
url = "https://github.com/acristoffers/tree-sitter-matlab",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq" },
maintainers = { "@acristoffers" },
}
list.menhir = {