fix(perl): update highlights from upstream changes

This commit is contained in:
Amaan Qureshi 2023-08-01 08:04:44 +01:00 committed by Christian Clason
parent 4fd6d9dc17
commit 8e70f17f71

View file

@ -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