Change markdown block comment

This commit is contained in:
Jan-Jaap Korpershoek 2019-11-12 13:21:54 +01:00
parent ec31d83972
commit d655af04cd

View File

@ -85,8 +85,8 @@ hook global BufSetOption filetype=lua %{
hook global BufSetOption filetype=markdown %{
set-option buffer comment_line ''
set-option buffer comment_block_begin '[//]'
set-option buffer comment_block_end '# (:)'
set-option buffer comment_block_begin '[//]: # "'
set-option buffer comment_block_end '"'
}
hook global BufSetOption filetype=perl %{