From b4f6dd72980607a9821d24502b0ca7ee826376af Mon Sep 17 00:00:00 2001 From: PorterAtGoogle <70230577+PorterAtGoogle@users.noreply.github.com> Date: Mon, 18 Sep 2023 10:26:02 -0600 Subject: feat(textproto): Add Textproto parser and queries (#5402) * Add textproto parser and queries * remove extra newline * Apply suggestions from code review Co-authored-by: ObserverOfTime --------- Co-authored-by: ObserverOfTime --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2