From: yilisharcs Date: Mon, 22 Jun 2026 18:54:44 +0000 (+0000) Subject: runtime(fennel): add more ";" comment leaders to 'comments' X-Git-Tag: v9.2.0702~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8513982a5ed5a84ba8e4e532505b07b4fa1efbdb;p=thirdparty%2Fvim.git runtime(fennel): add more ";" comment leaders to 'comments' closes: #20579 Signed-off-by: yilisharcs Signed-off-by: Christian Brabandt --- diff --git a/runtime/ftplugin/fennel.vim b/runtime/ftplugin/fennel.vim index 2a9623faff..054089d92d 100644 --- a/runtime/ftplugin/fennel.vim +++ b/runtime/ftplugin/fennel.vim @@ -10,7 +10,7 @@ endif let b:did_ftplugin = 1 setlocal commentstring=;\ %s -setlocal comments=:;;,:; +setlocal comments=:;;;;,:;;;,:;;,:; setlocal formatoptions-=t setlocal suffixesadd=.fnl setlocal lisp