-1

Haskell: permit comments in module definitions

Edward Amsden 12 years ago 0
Sublime does not properly highlight comments in module definitions:

For example:

module Foo (
 -- comment
 decl,
 -- comment
 decl2
) where
....

is valid Haskell, but Sublime highlights the comments as declarations.