Add default comments for Zig language

This commit is contained in:
Dmitry Matveyev 2020-05-19 22:05:10 +03:00
parent aad20f6576
commit ccfd5ea5c6

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 '//'
}