aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrey Wood <treyw@squareup.com>2023-08-02 11:54:53 -0600
committerGitHub <noreply@github.com>2023-08-02 13:54:53 -0400
commit8968a3a5417eecaea7b39134b089763902e14add (patch)
tree6177e4ef34ac16a6e640c44212e8cc07c44734e3 /README.md
parentfix(t32): correct gitlab URL (diff)
downloadnvim-treesitter-8968a3a5417eecaea7b39134b089763902e14add.tar
nvim-treesitter-8968a3a5417eecaea7b39134b089763902e14add.tar.gz
nvim-treesitter-8968a3a5417eecaea7b39134b089763902e14add.tar.bz2
nvim-treesitter-8968a3a5417eecaea7b39134b089763902e14add.tar.lz
nvim-treesitter-8968a3a5417eecaea7b39134b089763902e14add.tar.xz
nvim-treesitter-8968a3a5417eecaea7b39134b089763902e14add.tar.zst
nvim-treesitter-8968a3a5417eecaea7b39134b089763902e14add.zip
feat!: change upstream proto parser and improve highlights
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 263da5605..64cbf72b9 100644
--- a/README.md
+++ b/README.md
@@ -306,7 +306,7 @@ 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] [prisma](https://github.com/victorhqc/tree-sitter-prisma) (maintained by @elianiva)
- [x] [promql](https://github.com/MichaHoffmann/tree-sitter-promql) (maintained by @MichaHoffmann)
-- [x] [proto](https://github.com/mitchellh/tree-sitter-proto) (maintained by @fsouza)
+- [x] [proto](https://github.com/treywood/tree-sitter-proto) (maintained by @treywood)
- [x] [prql](https://github.com/PRQL/tree-sitter-prql) (maintained by @matthias-Q)
- [x] [pug](https://github.com/zealot128/tree-sitter-pug) (experimental, maintained by @zealot128)
- [x] [puppet](https://github.com/amaanq/tree-sitter-puppet) (maintained by @amaanq)