Skip to content

Commit

Permalink
Remove dead code (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
  • Loading branch information
jdujava authored Jul 27, 2024
1 parent f23cf64 commit efe5afd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ module.exports = grammar({
seq(
$._enum_itemdeclaration,
repeat($._flat_content),
optional(prec.right(choice())),
),
),

Expand Down
16 changes: 0 additions & 16 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,22 +1066,6 @@
"type": "SYMBOL",
"name": "_flat_content"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "PREC_RIGHT",
"value": 0,
"content": {
"type": "CHOICE",
"members": []
}
},
{
"type": "BLANK"
}
]
}
]
}
Expand Down

0 comments on commit efe5afd

Please sign in to comment.