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 43916b0 commit 085828e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 1 addition & 2 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ module.exports = grammar({
],

conflicts: $ => [
[$.set, $.range],
[$.negated_set, $.range],
[$.range, $.set],
],

rules: {
Expand Down
8 changes: 2 additions & 6 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,12 +609,8 @@
],
"conflicts": [
[
"set",
"range"
],
[
"negated_set",
"range"
"range",
"set"
]
],
"precedences": [],
Expand Down

0 comments on commit 085828e

Please sign in to comment.