mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -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
|
|
@ -8,7 +8,6 @@ vim.filetype.add {
|
|||
cmm = "t32",
|
||||
hurl = "hurl",
|
||||
ncl = "nickel",
|
||||
textproto = "textproto",
|
||||
tig = "tiger",
|
||||
usd = "usd",
|
||||
usda = "usd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue