aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefano Volpe <foxy@teapot.ovh>2024-07-02 14:57:30 +0000
committerGitHub <noreply@github.com>2024-07-02 16:57:30 +0200
commit6cd4ce6cab184e8787f164a182954534221f2af2 (patch)
tree38d514949cf80ac96d6a29a7fd0779d3cae7a56e /README.md
parentfeat(diff): Highlight comments (diff)
downloadnvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar
nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.gz
nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.bz2
nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.lz
nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.xz
nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.zst
nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.zip
feat: add prolog and problog parser and queries (#6810)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14ce6d358..b62481fbb 100644
--- a/README.md
+++ b/README.md
@@ -350,6 +350,8 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [pony](https://github.com/amaanq/tree-sitter-pony) (maintained by @amaanq, @mfelsche)
- [x] [printf](https://github.com/ObserverOfTime/tree-sitter-printf) (maintained by @ObserverOfTime)
- [x] [prisma](https://github.com/victorhqc/tree-sitter-prisma) (maintained by @elianiva)
+- [x] [problog](https://codeberg.org/foxy/tree-sitter-prolog) (maintained by @foxyseta)
+- [x] [prolog](https://codeberg.org/foxy/tree-sitter-prolog) (maintained by @foxyseta)
- [x] [promql](https://github.com/MichaHoffmann/tree-sitter-promql) (maintained by @MichaHoffmann)
- [x] [properties](https://github.com/tree-sitter-grammars/tree-sitter-properties) (maintained by @ObserverOfTime)
- [x] [proto](https://github.com/treywood/tree-sitter-proto) (maintained by @treywood)