aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-01-28 07:59:56 -0500
committerGitHub <noreply@github.com>2023-01-28 13:59:56 +0100
commitaad763de6ba7d5fbc93377d2d20cae7e374a466b (patch)
treee621fcb307e8f779e57f34439937e43fb8696d9f /README.md
parentfix(capnp): update highlights (diff)
downloadnvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar
nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.gz
nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.bz2
nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.lz
nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.xz
nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.tar.zst
nvim-treesitter-aad763de6ba7d5fbc93377d2d20cae7e374a466b.zip
feat: add kdl (#4227)
* feat: add kdl * feat: comment queries * fix(kdl): comments properly highlighted now * feat(kdl): folds * chore: bump revision to feature-complete parser * fix: folds
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 8281244c6..eb1628e8c 100644
--- a/README.md
+++ b/README.md
@@ -245,6 +245,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [JSON with comments](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git) (maintained by @WhyNotHugo)
- [x] [jsonnet](https://github.com/sourcegraph/tree-sitter-jsonnet) (maintained by @nawordar)
- [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @theHamsta)
+- [x] [kdl](https://github.com/amaanq/tree-sitter-kdl) (experimental, maintained by @amaanq)
- [x] [kotlin](https://github.com/fwcd/tree-sitter-kotlin) (maintained by @SalBakraa)
- [x] [lalrpop](https://github.com/traxys/tree-sitter-lalrpop) (maintained by @traxys)
- [x] [latex](https://github.com/latex-lsp/tree-sitter-latex) (maintained by @theHamsta, @clason)