From e03845e5b3e201c4d21500880ff8fb5a0e98a8fb Mon Sep 17 00:00:00 2001 From: Rodrigo Santa Cruz Date: Sun, 1 Dec 2024 05:56:04 -0500 Subject: [PATCH] fix: update grammar to support requests without newline and url encoded values with @ --- lua/http-nvim/queries.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/http-nvim/queries.lua b/lua/http-nvim/queries.lua index 19a3b63..f6cccb7 100644 --- a/lua/http-nvim/queries.lua +++ b/lua/http-nvim/queries.lua @@ -3,7 +3,7 @@ local Job = require("plenary.job") local M = {} local grammar_repo_url = "https://github.com/rstcruzo/tree-sitter-http2" -local grammar_repo_revision = "aa0494f48bee402a13e653a9173863bbf86d8902" +local grammar_repo_revision = "279762bf7302c55a268c49e484771546445266b4" local function clone_grammar_repo(path, callback) local job = Job:new({