mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -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",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "pbtxt",
|
||||
maintainers = { "@Porter" },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue