Ticket #25 (new task)
Opened 2 years ago
recognize haddock marker following "{- "
| Reported by: | maeder | Owned by: | Baughn |
|---|---|---|---|
| Priority: | major | Component: | other |
| Version: | Keywords: | ||
| Cc: |
Description
Currently only "{-|" or "{-" are recognized by haskell-font-lock.el. I think it is more orthogonal to line comments (started by "-- ") to expect a blank after "{-", too.
line 509 should be adjusted to:
(or (looking-at "\\(-- \\|{-\\|{- \\)[|^]")
Note: See
TracTickets for help on using
tickets.
