Add a space to haskell commment-line comment string.

This commit is contained in:
gspia 2018-03-22 13:56:07 +02:00
parent f8e297acef
commit 056560131a

View File

@ -21,7 +21,7 @@ hook global BufSetOption filetype=(c|cpp|go|java|javascript|objc|php|rust|sass|s
}
hook global BufSetOption filetype=(cabal|haskell|moon) %{
set-option buffer comment_line '--'
set-option buffer comment_line '-- '
set-option buffer comment_block_begin '{-'
set-option buffer comment_block_end '-}'
}