comment.kak: add cue

This commit is contained in:
Robin Stumm 2021-07-16 17:55:10 +02:00
parent d1bce4a69b
commit 507e16ff23

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