diff options
| author | Stefan VanBuren <stefan@vanburen.xyz> | 2026-02-18 11:26:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-18 16:26:40 +0000 |
| commit | 02115634451887fe53ca7e2203b22767de746bd4 (patch) | |
| tree | f0d1fad53da668c960b78afc9e96047b44f3e64e /lua | |
| parent | bot(parsers): update angular, bpftrace, c_sharp, fortran, markdown, markdown_... (diff) | |
| download | nvim-treesitter-02115634451887fe53ca7e2203b22767de746bd4.tar nvim-treesitter-02115634451887fe53ca7e2203b22767de746bd4.tar.gz nvim-treesitter-02115634451887fe53ca7e2203b22767de746bd4.tar.bz2 nvim-treesitter-02115634451887fe53ca7e2203b22767de746bd4.tar.lz nvim-treesitter-02115634451887fe53ca7e2203b22767de746bd4.tar.xz nvim-treesitter-02115634451887fe53ca7e2203b22767de746bd4.tar.zst nvim-treesitter-02115634451887fe53ca7e2203b22767de746bd4.zip | |
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.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { |
