Merge remote-tracking branch 'dermetfan/cue-comment'

This commit is contained in:
Maxime Coste 2021-07-20 22:38:40 +10:00
commit cb5cc26f2e

View File

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