Remove unnecessary precedence

text_sliders
Eugene Yokota 2023-05-26 11:09:00 +07:00
parent fa6ffa149f
commit 41dcb78406
1 changed files with 1 additions and 1 deletions

@ -804,7 +804,7 @@ module.exports = grammar({
field('selector', $._type_identifier),
),
match_type: $ => prec.left(PREC.control, seq(
match_type: $ => prec.left(seq(
$._infix_type_choice,
'match',
$._indented_type_cases