mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
fix(textproto): use 'pbtxt' filetype (#6427)
This is the actual name of the detected filetype.
This commit is contained in:
parent
b7339ffb9a
commit
5c4892b055
2 changed files with 1 additions and 1 deletions
|
|
@ -2038,6 +2038,7 @@ list.textproto = {
|
||||||
url = "https://github.com/PorterAtGoogle/tree-sitter-textproto",
|
url = "https://github.com/PorterAtGoogle/tree-sitter-textproto",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
},
|
},
|
||||||
|
filetype = "pbtxt",
|
||||||
maintainers = { "@Porter" },
|
maintainers = { "@Porter" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ vim.filetype.add {
|
||||||
cmm = "t32",
|
cmm = "t32",
|
||||||
hurl = "hurl",
|
hurl = "hurl",
|
||||||
ncl = "nickel",
|
ncl = "nickel",
|
||||||
textproto = "textproto",
|
|
||||||
tig = "tiger",
|
tig = "tiger",
|
||||||
usd = "usd",
|
usd = "usd",
|
||||||
usda = "usd",
|
usda = "usd",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue