diff --git a/lib/rocco/comment_styles.rb b/lib/rocco/comment_styles.rb index 8aac0bd..5b71a5a 100644 --- a/lib/rocco/comment_styles.rb +++ b/lib/rocco/comment_styles.rb @@ -51,6 +51,11 @@ module CommentStyles :multi => { :start => '' }, :heredoc => nil }, + "haskell" => { + :single => "--", + :multi => { :start => '{-', :middle => nil, :end => '-}' }, + :heredoc => nil + }, } end end