Skip to content

Commit

Permalink
remove unused precedence in change kind field
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Dec 23, 2021
1 parent 63cccd0 commit 7c742cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ module.exports = grammar({

change: ($) =>
seq(
prec(20, field("kind", CHANGE)),
field("kind", CHANGE),
token(prec(PREC.CHANGE, ":")),
$.path,
optional(seq(token(prec(PREC.PATH_SEPARATOR_ARROW, "->")), $.path))
Expand Down

0 comments on commit 7c742cd

Please sign in to comment.