From d1bce4a69bcaf3cd33a0cf2b7793f32a0c47ceac Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Fri, 16 Jul 2021 17:43:18 +0200 Subject: [PATCH 1/2] dermetfan Copyright Waiver I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. From 507e16ff230c0b79f7b69789a7871ed98037606f Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Fri, 16 Jul 2021 17:55:10 +0200 Subject: [PATCH 2/2] comment.kak: add cue --- rc/tools/comment.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/tools/comment.kak b/rc/tools/comment.kak index ad3ce58f6..c4960ec94 100644 --- a/rc/tools/comment.kak +++ b/rc/tools/comment.kak @@ -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 '//' }