Add a space to haskell commment-line comment string.
This commit is contained in:
parent
f8e297acef
commit
056560131a
|
@ -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 '-}'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user