]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(fennel): add more ";" comment leaders to 'comments'
authoryilisharcs <yilisharcs@gmail.com>
Mon, 22 Jun 2026 18:54:44 +0000 (18:54 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 22 Jun 2026 18:54:44 +0000 (18:54 +0000)
closes: #20579

Signed-off-by: yilisharcs <yilisharcs@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/fennel.vim

index 2a9623faff255c6acab3a43a34a0e660d95af098..054089d92d228a34907bbc142e99bb7ccf2c7013 100644 (file)
@@ -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