Merge remote-tracking branch 'tototest99/ml_v_comments'

This commit is contained in:
Maxime Coste 2020-12-21 08:59:14 +11:00
commit a0f575a0f7

View File

@ -90,6 +90,11 @@ hook global BufSetOption filetype=markdown %{
set-option buffer comment_block_end '"' set-option buffer comment_block_end '"'
} }
hook global BufSetOption filetype=(ocaml|coq) %{
set-option buffer comment_block_begin '(* '
set-option buffer comment_block_end ' *)'
}
hook global BufSetOption filetype=perl %{ hook global BufSetOption filetype=perl %{
set-option buffer comment_block_begin '#[' set-option buffer comment_block_begin '#['
set-option buffer comment_block_end ']' set-option buffer comment_block_end ']'