Skip to content

Commit ebc29ed

Browse files
committed
fix after rebase
1 parent f497db7 commit ebc29ed

File tree

4 files changed

+1028
-1014
lines changed

4 files changed

+1028
-1014
lines changed

grammar.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ module.exports = grammar({
216216

217217
res_redirect: ($) =>
218218
seq(
219-
token(prec(4, />>!?/)),
219+
token(prec(PREC.REQ_SEPARATOR, />>!?/)),
220220
WS,
221221
field("path", $.path),
222-
NL
222+
token(repeat1(NL)),
223223
),
224224

225225
variable_declaration: ($) =>

http.dylib

-145 KB
Binary file not shown.

src/grammar.json

+25-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)