diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2880edec7..be26b8f4c 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1707,6 +1707,14 @@ list.terraform = { maintainers = { "@MichaHoffmann" }, } +list.textproto = { + install_info = { + url = "https://github.com/PorterAtGoogle/tree-sitter-textproto", + files = { "src/parser.c" }, + }, + maintainers = { "@Porter" }, +} + list.thrift = { install_info = { url = "https://github.com/duskmoon314/tree-sitter-thrift", |
