Skip to content

Commit

Permalink
fix: update grammar to support requests without newline and url encod…
Browse files Browse the repository at this point in the history
…ed values with @
  • Loading branch information
rstcruzo committed Dec 1, 2024
1 parent baa5018 commit e03845e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/http-nvim/queries.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e03845e

Please sign in to comment.