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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",