From d186a9e95a478fa60e1bef86790c8787e7440d0e Mon Sep 17 00:00:00 2001 From: Jacob Pfeifer Date: Tue, 11 Jul 2023 02:18:26 -0400 Subject: feat: add Hurl Co-authored-by: Amaan Qureshi Co-authored-by: Pham Huy Hoang --------- Co-authored-by: Amaan Qureshi Co-authored-by: Pham Huy Hoang --- 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 ed8e5718d..a9e2f48c8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -737,6 +737,14 @@ list.http = { maintainers = { "@amaanq" }, } +list.hurl = { + install_info = { + url = "https://github.com/pfeiferj/tree-sitter-hurl", + files = { "src/parser.c" }, + }, + maintainers = { "@pfeiferj" }, +} + list.ini = { install_info = { url = "https://github.com/justinmk/tree-sitter-ini", -- cgit v1.2.3-70-g09d2