aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2022-09-05 21:49:14 +0000
committerStephan Seitz <stephan.seitz@fau.de>2022-09-05 14:52:34 -0700
commitb8a7eed6393afac26813bd71ff2f19c6b898a807 (patch)
tree1b1b1a0a41f41a0afdebae18275e02c4de7d9750 /README.md
parentAdd support for menhir (OCaml parser generator) (diff)
downloadnvim-treesitter-b8a7eed6393afac26813bd71ff2f19c6b898a807.tar
nvim-treesitter-b8a7eed6393afac26813bd71ff2f19c6b898a807.tar.gz
nvim-treesitter-b8a7eed6393afac26813bd71ff2f19c6b898a807.tar.bz2
nvim-treesitter-b8a7eed6393afac26813bd71ff2f19c6b898a807.tar.lz
nvim-treesitter-b8a7eed6393afac26813bd71ff2f19c6b898a807.tar.xz
nvim-treesitter-b8a7eed6393afac26813bd71ff2f19c6b898a807.tar.zst
nvim-treesitter-b8a7eed6393afac26813bd71ff2f19c6b898a807.zip
Update README
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 0a9821d3f..e5b97fd0f 100644
--- a/README.md
+++ b/README.md
@@ -231,6 +231,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] [menhir](https://github.com/Kerl13/tree-sitter-menhir) (maintained by @Kerl13)
- [x] [meson](https://github.com/Decodetalkers/tree-sitter-meson) (maintained by @Decodetalkers)
- [x] [ninja](https://github.com/alemuller/tree-sitter-ninja) (maintained by @alemuller)
- [x] [nix](https://github.com/cstrahan/tree-sitter-nix) (maintained by @leo60228)