Merge git://github.com/gspia/kakoune

This commit is contained in:
Maxime Coste 2018-03-23 07:42:12 +11:00
commit c31b66f3a0

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 '-}'
}