From 02115634451887fe53ca7e2203b22767de746bd4 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Wed, 18 Feb 2026 11:26:40 -0500 Subject: 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. --- lua/nvim-treesitter/parsers.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0f95813fa..946abb191 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { -- cgit v1.2.3-70-g09d2