Skip to content

Commit

Permalink
Highlight with/orwith/without
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jun 13, 2016
1 parent c0b40f2 commit a594f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perl6-font-lock.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@
"slang" "subset")))
(rule . ,(rx (or "regex" "rule" "token")))
(include . ,(rx (or "use" "require unit")))
(conditional . ,(rx (or "if" "else" "elsif" "unless")))
(conditional . ,(rx (or "if" "else" "elsif" "unless" "with"
"orwith" "without")))
(scope . ,(rx (or "let" "my" "our" "state" "temp" "has" "constant")))
(loop . ,(rx (or "for" "loop" "repeat" "while" "until" "gather" "given")))
(flow-control
Expand Down

0 comments on commit a594f53

Please sign in to comment.