diff options
Diffstat (limited to 'ftplugin/racket.vim')
-rw-r--r-- | ftplugin/racket.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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\ --\ % |