Skip to content

Commit

Permalink
Highlight function composition operator
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Oct 10, 2015
1 parent fe2d579 commit 60966ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perl6-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
(operator-word
. ,(rx (or "div" "xx" "x" "mod" "also" "leg" "cmp" "before" "after" "eq"
"ne" "le" "lt" "not" "gt" "eqv" "ff" "fff" "and" "andthen"
"or" "xor" "orelse" "extra" "lcm" "gcd")))
(operator-char . ,(rx (any "-:+/*~?|=^!%&,<>».;\\∈∉∋∌∩∪≼≽⊂⊃⊄⊅⊆⊇⊈⊉⊍⊎⊖∅")))
"or" "xor" "orelse" "extra" "lcm" "gcd" "o")))
(operator-char . ,(rx (any "-:+/*~?|=^!%&,<>».;\\∈∉∋∌∩∪≼≽⊂⊃⊄⊅⊆⊇⊈⊉⊍⊎⊖∅")))
(set-operator
. ,(rx (opt "R")
"\("
Expand Down

0 comments on commit 60966ea

Please sign in to comment.