Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
treywood committed Aug 31, 2024
1 parent f497db7 commit ebc29ed
Show file tree
Hide file tree
Showing 4 changed files with 1,028 additions and 1,014 deletions.
4 changes: 2 additions & 2 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ module.exports = grammar({

res_redirect: ($) =>
seq(
token(prec(4, />>!?/)),
token(prec(PREC.REQ_SEPARATOR, />>!?/)),
WS,
field("path", $.path),
NL
token(repeat1(NL)),
),

variable_declaration: ($) =>
Expand Down
Binary file removed http.dylib
Binary file not shown.
44 changes: 25 additions & 19 deletions src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebc29ed

Please sign in to comment.