Skip to content

Commit e050b85

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

haskell-font-lock.el

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ alignment and can thus lead to nasty surprises w.r.t layout."
5050
(">=" . "")
5151
("<=" . "")
5252
("!!" . "")
53+
("&&&" . "&&&")
5354
("&&" . "")
5455
("||" . "")
5556
("sqrt" . "")

0 commit comments

Comments
 (0)