aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-21 18:41:36 +0000
committerChristian Clason <c.clason@uni-graz.at>2023-10-21 20:49:58 +0200
commit6f2ef910c2c320f27cf988cf4e688746f16f4f75 (patch)
tree885c74268a4c7a69d1529b8109fc5d44f32465fb
parentfeat(perl)!: switch to tree-sitter-perl org's parser (diff)
downloadnvim-treesitter-6f2ef910c2c320f27cf988cf4e688746f16f4f75.tar
nvim-treesitter-6f2ef910c2c320f27cf988cf4e688746f16f4f75.tar.gz
nvim-treesitter-6f2ef910c2c320f27cf988cf4e688746f16f4f75.tar.bz2
nvim-treesitter-6f2ef910c2c320f27cf988cf4e688746f16f4f75.tar.lz
nvim-treesitter-6f2ef910c2c320f27cf988cf4e688746f16f4f75.tar.xz
nvim-treesitter-6f2ef910c2c320f27cf988cf4e688746f16f4f75.tar.zst
nvim-treesitter-6f2ef910c2c320f27cf988cf4e688746f16f4f75.zip
Update README
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd99ad748..3c41a2f1c 100644
--- a/README.md
+++ b/README.md
@@ -311,11 +311,12 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [pascal](https://github.com/Isopod/tree-sitter-pascal.git) (maintained by @Isopod)
- [x] [passwd](https://github.com/ath3/tree-sitter-passwd) (maintained by @amaanq)
- [x] [pem](https://github.com/ObserverOfTime/tree-sitter-pem) (maintained by @ObserverOfTime)
-- [x] [perl](https://github.com/ganezdragon/tree-sitter-perl) (maintained by @lcrownover)
+- [x] [perl](https://github.com/tree-sitter-perl/tree-sitter-perl) (maintained by @RabbiVeesh, @LeoNerd)
- [x] [php](https://github.com/tree-sitter/tree-sitter-php) (maintained by @tk-shirasaka)
- [x] [phpdoc](https://github.com/claytonrcarter/tree-sitter-phpdoc) (experimental, maintained by @mikehaertl)
- [x] [pioasm](https://github.com/leo60228/tree-sitter-pioasm) (maintained by @leo60228)
- [x] [po](https://github.com/erasin/tree-sitter-po) (maintained by @amaanq)
+- [x] [pod](https://github.com/tree-sitter-perl/tree-sitter-pod) (maintained by @RabbiVeesh, @LeoNerd)
- [x] [Path of Exile item filter](https://github.com/ObserverOfTime/tree-sitter-poe-filter) (experimental, maintained by @ObserverOfTime)
- [x] [pony](https://github.com/amaanq/tree-sitter-pony) (maintained by @amaanq, @mfelsche)
- [x] [prisma](https://github.com/victorhqc/tree-sitter-prisma) (maintained by @elianiva)