diff --git a/queries/perl/highlights.scm b/queries/perl/highlights.scm index 45ad8db72..ef1ca57ea 100644 --- a/queries/perl/highlights.scm +++ b/queries/perl/highlights.scm @@ -15,8 +15,6 @@ [ "if" "elsif" "unless" "else" ] @conditional (ternary_expression ["?" ":"] @conditional.ternary) -(ternary_expression_in_hash - ["?" ":"] @conditional.ternary) ; Keywords that mark repeating loops [ "while" "until" "for" "foreach" ] @repeat