diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 11:59:14 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 11:59:22 +0200 |
commit | 9e45c07a8d2eb77a1d276f762a448f42a33a47c6 (patch) | |
tree | f7a2926e460a75b7bd5b7498576042275e9fa57f /ftplugin/racket.vim | |
parent | 3c5fca7621a1f5e53911195ebb6e7c777fad8031 (diff) | |
download | vim-polyglot-9e45c07a8d2eb77a1d276f762a448f42a33a47c6.tar.gz vim-polyglot-9e45c07a8d2eb77a1d276f762a448f42a33a47c6.zip |
Update
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\ --\ % |