aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2024-04-11 17:03:22 +0100
committerGitHub <noreply@github.com>2024-04-11 18:03:22 +0200
commit5c4892b0556d1258c423e2369d6a602d9b2a4988 (patch)
treeb68daa60bede181abc277b9597c95e5088d41ecc /lua
parentbot(lockfile): update svelte, v, wing (diff)
downloadnvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar
nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.gz
nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.bz2
nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.lz
nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.xz
nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.tar.zst
nvim-treesitter-5c4892b0556d1258c423e2369d6a602d9b2a4988.zip
fix(textproto): use 'pbtxt' filetype (#6427)
This is the actual name of the detected filetype.
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index a0a77e420..255efe570 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2038,6 +2038,7 @@ list.textproto = {
url = "https://github.com/PorterAtGoogle/tree-sitter-textproto",
files = { "src/parser.c" },
},
+ filetype = "pbtxt",
maintainers = { "@Porter" },
}