mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(textproto): use 'pbtxt' filetype (#6427)
This is the actual name of the detected filetype.
This commit is contained in:
@@ -2038,6 +2038,7 @@ list.textproto = {
|
||||
url = "https://github.com/PorterAtGoogle/tree-sitter-textproto",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "pbtxt",
|
||||
maintainers = { "@Porter" },
|
||||
}
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ vim.filetype.add {
|
||||
cmm = "t32",
|
||||
hurl = "hurl",
|
||||
ncl = "nickel",
|
||||
textproto = "textproto",
|
||||
tig = "tiger",
|
||||
usd = "usd",
|
||||
usda = "usd",
|
||||
|
||||
Reference in New Issue
Block a user