Skip to content

Commit

Permalink
fix: remove unnecessary conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jul 27, 2023
1 parent 1a1b518 commit 5af00f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ module.exports = grammar({
[$.list, $.list_pattern],
[$.with_item, $._collection_elements],
[$.named_expression, $.as_pattern],
[$.match_statement, $.primary_expression],
[$.print_statement, $.primary_expression],
],

Expand Down
4 changes: 0 additions & 4 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -5404,10 +5404,6 @@
"named_expression",
"as_pattern"
],
[
"match_statement",
"primary_expression"
],
[
"print_statement",
"primary_expression"
Expand Down

0 comments on commit 5af00f6

Please sign in to comment.