mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat(matlab)!: replace parser
This commit is contained in:
parent
3f6c2de149
commit
df3f47a508
6 changed files with 180 additions and 83 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue