Skip to content

Commit

Permalink
Fix branch rule for 'On branch _branch_' declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Aug 4, 2023
1 parent db88cff commit 4f8fd9b
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 @@ -201,7 +201,7 @@ module.exports = grammar({

_branch_declaration: ($) =>
choice(
seq("On", "branch", alias($._word, $.branch)),
seq("On", "branch", $.branch),
seq(
"Your",
"branch",
Expand Down

0 comments on commit 4f8fd9b

Please sign in to comment.