From a93c5b80d724f40da649f7e351234531e0e9fcb2 Mon Sep 17 00:00:00 2001 From: gegoune Date: Thu, 4 Nov 2021 13:56:26 +0200 Subject: feat: add http parser All credit goes to @NTBBloodbath. See: https://github.com/NTBBloodbath/rest.nvim/issues/75#issuecomment-960447966 Co-authored-by: NTBBloodbath --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 71ca152e0..44ef78ed9 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -762,6 +762,15 @@ list.llvm = { maintainers = { "@benwilliamgraham" }, } +list.http = { + install_info = { + url = "https://github.com/NTBBloodbath/tree-sitter-http", + branch = "main", + files = { "src/parser.c" }, + }, + maintainers = { "@NTBBloodbath" }, +} + local M = { list = list, } -- cgit v1.2.3-70-g09d2