aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-02-28 00:16:21 -0500
committerAmaan Qureshi <amaanq12@gmail.com>2023-02-28 02:51:00 -0500
commit316200f77d4261ebd4957b29fc6958f988e0964d (patch)
tree9644cc98e094f354e7e3411819465948c678b4bb /README.md
parentfix(eex): map eelixir filetype to the eex parser (diff)
downloadnvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.gz
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.bz2
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.lz
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.xz
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.tar.zst
nvim-treesitter-316200f77d4261ebd4957b29fc6958f988e0964d.zip
feat: add matlab
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce129942b..c677cc261 100644
--- a/README.md
+++ b/README.md
@@ -264,6 +264,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [make](https://github.com/alemuller/tree-sitter-make) (maintained by @lewis6991)
- [x] [markdown](https://github.com/MDeiml/tree-sitter-markdown) (experimental, maintained by @MDeiml)
- [x] [markdown_inline](https://github.com/MDeiml/tree-sitter-markdown) (experimental, maintained by @MDeiml)
+- [x] [matlab](https://github.com/mstanciu552/tree-sitter-matlab) (maintained by @amaanq)
- [x] [menhir](https://github.com/Kerl13/tree-sitter-menhir) (maintained by @Kerl13)
- [ ] [mermaid](https://github.com/monaqa/tree-sitter-mermaid) (experimental)
- [x] [meson](https://github.com/Decodetalkers/tree-sitter-meson) (maintained by @Decodetalkers)