mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(protobuf)!: switch parser repo (#8514)
This switches the protobuf parser to https://github.com/coder3101/tree-sitter-proto, which is a maintained parser and used in Zed. The old https://github.com/treywood/tree-sitter-proto is effectively unmaintained AFAICT, so it would be nice to have a maintained repo here.
This commit is contained in:
parent
2bd9b9b4f1
commit
0211563445
2 changed files with 4 additions and 4 deletions
|
|
@ -1710,10 +1710,10 @@ return {
|
|||
},
|
||||
proto = {
|
||||
install_info = {
|
||||
revision = 'e9f6b43f6844bd2189b50a422d4e2094313f6aa3',
|
||||
url = 'https://github.com/treywood/tree-sitter-proto',
|
||||
revision = '0e122d8444fd67cd8fb72fc927323b36807e7ace',
|
||||
url = 'https://github.com/coder3101/tree-sitter-proto',
|
||||
},
|
||||
maintainers = { '@treywood' },
|
||||
maintainers = { '@stefanvanburen' },
|
||||
tier = 2,
|
||||
},
|
||||
prql = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue