aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-12-14 14:06:29 +0000
committerStephan Seitz <stephan.seitz@fau.de>2021-12-14 15:36:16 +0100
commit3bb483a5c04b1bb7013d255c7b873bc2b051553b (patch)
tree9f03faa3ee2b25fa9795979797d2af21cc6b79e9
parentparsers: Add MDeiml/tree-sitter-markdown as markdown parser (diff)
downloadnvim-treesitter-3bb483a5c04b1bb7013d255c7b873bc2b051553b.tar
nvim-treesitter-3bb483a5c04b1bb7013d255c7b873bc2b051553b.tar.gz
nvim-treesitter-3bb483a5c04b1bb7013d255c7b873bc2b051553b.tar.bz2
nvim-treesitter-3bb483a5c04b1bb7013d255c7b873bc2b051553b.tar.lz
nvim-treesitter-3bb483a5c04b1bb7013d255c7b873bc2b051553b.tar.xz
nvim-treesitter-3bb483a5c04b1bb7013d255c7b873bc2b051553b.tar.zst
nvim-treesitter-3bb483a5c04b1bb7013d255c7b873bc2b051553b.zip
Update README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f2bf23395..99eb82803 100644
--- a/README.md
+++ b/README.md
@@ -195,6 +195,8 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [ledger](https://github.com/cbarrete/tree-sitter-ledger) (maintained by @cbarrete)
- [x] [llvm](https://github.com/benwilliamgraham/tree-sitter-llvm) (maintained by @benwilliamgraham)
- [x] [lua](https://github.com/nvim-treesitter/tree-sitter-lua) (maintained by @vigoux)
+- [x] [make](https://github.com/alemuller/tree-sitter-make) (maintained by @lewis6991)
+- [ ] [markdown](https://github.com/MDeiml/tree-sitter-markdown)
- [x] [nix](https://github.com/cstrahan/tree-sitter-nix) (maintained by @leo60228)
- [x] [ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu)
- [x] [ocaml_interface](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu)