aboutsummaryrefslogtreecommitdiffstats
path: root/queries/perl/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/perl/highlights.scm')
-rw-r--r--queries/perl/highlights.scm2
1 files changed, 0 insertions, 2 deletions
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