mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 21:22:00 +03:00
Merge remote-tracking branch 'wehlutyk/patch-1'
This commit is contained in:
commit
a955821d24
@ -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 '-}'
|
||||||
|
Loading…
Reference in New Issue
Block a user