mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat: add matlab
This commit is contained in:
parent
f0617c31f4
commit
316200f77d
6 changed files with 136 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue