From 81f43f69e0344852b5643b398f7547423d298ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lerique?= Date: Tue, 9 Oct 2018 11:39:34 +0200 Subject: [PATCH 1/2] =?UTF-8?q?S=C3=A9bastien=20Lerique=20Copyright=20Waiv?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 681942e44b1d262ea44c10cac331a723904bafbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lerique?= Date: Tue, 9 Oct 2018 11:34:40 +0200 Subject: [PATCH 2/2] Support commenting syntax in Elm --- rc/core/comment.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/core/comment.kak b/rc/core/comment.kak index 3573d0900..fbfb82678 100644 --- a/rc/core/comment.kak +++ b/rc/core/comment.kak @@ -20,7 +20,7 @@ hook global BufSetOption filetype=(c|cpp|dart|go|java|javascript|objc|php|rust|s set-option buffer comment_block_end '*/' } -hook global BufSetOption filetype=(cabal|haskell|moon|idris) %{ +hook global BufSetOption filetype=(cabal|haskell|moon|idris|elm) %{ set-option buffer comment_line '--' set-option buffer comment_block_begin '{-' set-option buffer comment_block_end '-}'