Skip to content

Commit

Permalink
fix: update grammar to fix new lines in json body
Browse files Browse the repository at this point in the history
  • Loading branch information
rstcruzo committed Dec 29, 2024
1 parent d6d6bd7 commit acf714d
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 = "97fcbdd4d1901bd5b0745f23044762b6372c6890"
local grammar_repo_revision = "1c12a93bae8359c68345e94be7563c2b533159b1"

local function clone_grammar_repo(path, callback)
local job = Job:new({
Expand Down

0 comments on commit acf714d

Please sign in to comment.