diff options
| author | Github Actions <actions@github> | 2022-09-05 21:49:14 +0000 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-09-05 14:52:34 -0700 |
| commit | b8a7eed6393afac26813bd71ff2f19c6b898a807 (patch) | |
| tree | 1b1b1a0a41f41a0afdebae18275e02c4de7d9750 | |
| parent | Add support for menhir (OCaml parser generator) (diff) | |
| download | nvim-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
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
