Skip to content

Commit 0904254

Browse files
committed
Hack to make arrow syntax nicer.
1 parent b5bef49 commit 0904254

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haskell-font-lock.el

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ alignment and can thus lead to nasty surprises w.r.t layout."
5050
(">=" . "")
5151
("<=" . "")
5252
("!!" . "")
53+
("***" . "") ;; Arrow syntax for: (***)
54+
("&&&" . "") ;; Fix to avoid ugly (∧&) caused by next line.
5355
("&&" . "")
5456
("||" . "")
5557
("sqrt" . "")

0 commit comments

Comments
 (0)