Merge remote-tracking branch 'JJK96/comment'

This commit is contained in:
Maxime Coste 2019-11-18 20:01:37 +11:00
commit 2804479b27

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 %{