1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-23 23:34:12 +03:00

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 ']'
}
hook global BufSetOption filetype=(pug|zig) %{
hook global BufSetOption filetype=(pug|zig|cue) %{
set-option buffer comment_line '//'
}