From 8968a3a5417eecaea7b39134b089763902e14add Mon Sep 17 00:00:00 2001 From: Trey Wood Date: Wed, 2 Aug 2023 11:54:53 -0600 Subject: feat!: change upstream proto parser and improve highlights --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index fc2bad86c..6ac8be998 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1198,10 +1198,10 @@ list.promql = { list.proto = { install_info = { - url = "https://github.com/mitchellh/tree-sitter-proto", + url = "https://github.com/treywood/tree-sitter-proto", files = { "src/parser.c" }, }, - maintainers = { "@fsouza" }, + maintainers = { "@treywood" }, } list.prql = { -- cgit v1.2.3-70-g09d2