From 5c4892b0556d1258c423e2369d6a602d9b2a4988 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 11 Apr 2024 17:03:22 +0100 Subject: fix(textproto): use 'pbtxt' filetype (#6427) This is the actual name of the detected filetype. --- lua/nvim-treesitter/parsers.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a0a77e420..255efe570 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2038,6 +2038,7 @@ list.textproto = { url = "https://github.com/PorterAtGoogle/tree-sitter-textproto", files = { "src/parser.c" }, }, + filetype = "pbtxt", maintainers = { "@Porter" }, } -- cgit v1.2.3-70-g09d2