1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-26 04:52:53 +03:00

Merge remote-tracking branch 'wehlutyk/patch-1'

This commit is contained in:
Maxime Coste 2018-10-14 09:24:10 +11:00
commit a955821d24

View File

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