Merge remote-tracking branch 'greenfork/add-default-comments-for-zig'

This commit is contained in:
Maxime Coste 2020-05-30 09:12:51 +10:00
commit 0315b2e3f5

View File

@ -94,7 +94,7 @@ hook global BufSetOption filetype=perl %{
set-option buffer comment_block_end ']'
}
hook global BufSetOption filetype=pug %{
hook global BufSetOption filetype=(pug|zig) %{
set-option buffer comment_line '//'
}