Skip to content

Commit

Permalink
Remove redundant reduce operator highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Oct 5, 2015
1 parent 07b36e8 commit b7f9528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perl6-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ LIMIT can be used to bound the search."

(defconst perl6-font-lock-keywords
`(
(,(perl6-rx reduce-operator) 0 'perl6-operator)
(perl6-match-metaoperator 0 'perl6-operator)
(,(perl6-rx (group (any "@$%&"))
(or
Expand Down

0 comments on commit b7f9528

Please sign in to comment.