aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2022-06-26 18:24:50 +0000
committerChristian Clason <christian.clason@uni-due.de>2022-06-26 20:35:30 +0200
commitb7fbf9ed2d9c9a93d24514f4b8d04de87538dc42 (patch)
tree6aba90991ca274c1e1ebea4f24a156d2a5497589 /README.md
parentci(macos): update to upstream changes in release (diff)
downloadnvim-treesitter-b7fbf9ed2d9c9a93d24514f4b8d04de87538dc42.tar
nvim-treesitter-b7fbf9ed2d9c9a93d24514f4b8d04de87538dc42.tar.gz
nvim-treesitter-b7fbf9ed2d9c9a93d24514f4b8d04de87538dc42.tar.bz2
nvim-treesitter-b7fbf9ed2d9c9a93d24514f4b8d04de87538dc42.tar.lz
nvim-treesitter-b7fbf9ed2d9c9a93d24514f4b8d04de87538dc42.tar.xz
nvim-treesitter-b7fbf9ed2d9c9a93d24514f4b8d04de87538dc42.tar.zst
nvim-treesitter-b7fbf9ed2d9c9a93d24514f4b8d04de87538dc42.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a6b809c01..8403cc5fd 100644
--- a/README.md
+++ b/README.md
@@ -220,7 +220,8 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [lua](https://github.com/MunifTanjim/tree-sitter-lua) (maintained by @muniftanjim)
- [x] [m68k](https://github.com/grahambates/tree-sitter-m68k) (maintained by @grahambates)
- [x] [make](https://github.com/alemuller/tree-sitter-make) (maintained by @lewis6991)
-- [ ] [markdown](https://github.com/MDeiml/tree-sitter-markdown)
+- [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] [ninja](https://github.com/alemuller/tree-sitter-ninja) (maintained by @alemuller)
- [x] [nix](https://github.com/cstrahan/tree-sitter-nix) (maintained by @leo60228)
- [x] [norg](https://github.com/nvim-neorg/tree-sitter-norg) (maintained by @JoeyGrajciar, @vhyrro, @mrossinek)