 
        -1
    
    
    Haskell: permit comments in module definitions
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.
Customer support service by UserEcho
 Villur
		
		
	
Villur 
	
