diff options
| author | Bruno BELANYI <bruno@belanyi.fr> | 2024-04-11 17:03:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 18:03:22 +0200 |
| commit | 5c4892b0556d1258c423e2369d6a602d9b2a4988 (patch) | |
| tree | b68daa60bede181abc277b9597c95e5088d41ecc /lua | |
| parent | bot(lockfile): update svelte, v, wing (diff) | |
| download | nvim-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.lua | 1 |
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" }, } |
