Merge remote-tracking branch 'krobelus/comment-line-fennel'

This commit is contained in:
Maxime Coste 2021-08-17 08:26:45 +10:00
commit c1e3b32cd7

View File

@ -50,7 +50,7 @@ hook global BufSetOption filetype=d %{
set-option buffer comment_block_end '+/' set-option buffer comment_block_end '+/'
} }
hook global BufSetOption filetype=(gas|ini) %{ hook global BufSetOption filetype=(fennel|gas|ini) %{
set-option buffer comment_line ';' set-option buffer comment_line ';'
} }