From 9e45c07a8d2eb77a1d276f762a448f42a33a47c6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 14 Apr 2021 11:59:14 +0200 Subject: Update --- ftplugin/racket.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/racket.vim') diff --git a/ftplugin/racket.vim b/ftplugin/racket.vim index 8dd74d7f..f7f57a38 100644 --- a/ftplugin/racket.vim +++ b/ftplugin/racket.vim @@ -34,7 +34,7 @@ setl lispwords+=match-letrec,match-define,match-define-values setl lisp " Enable auto begin new comment line when continuing from an old comment line -setl comments+=:; +setl comments=:;;;;,:;;;,:;;,:; setl formatoptions+=r setl makeprg=raco\ make\ --\ % -- cgit v1.2.3