Merge remote-tracking branch 'tototest99/ml_v_comments'
This commit is contained in:
commit
a0f575a0f7
|
@ -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 ']'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user