fix(textproto): use 'pbtxt' filetype (#6427)

This is the actual name of the detected filetype.
This commit is contained in:
Bruno BELANYI
2024-04-11 17:03:22 +01:00
committed by GitHub
parent b7339ffb9a
commit 5c4892b055
2 changed files with 1 additions and 1 deletions

View File

@@ -2038,6 +2038,7 @@ list.textproto = {
url = "https://github.com/PorterAtGoogle/tree-sitter-textproto",
files = { "src/parser.c" },
},
filetype = "pbtxt",
maintainers = { "@Porter" },
}

View File

@@ -8,7 +8,6 @@ vim.filetype.add {
cmm = "t32",
hurl = "hurl",
ncl = "nickel",
textproto = "textproto",
tig = "tiger",
usd = "usd",
usda = "usd",