aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
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,
}