summaryrefslogtreecommitdiffstats
path: root/ftplugin/racket.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/racket.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/racket.vim b/ftplugin/racket.vim
index 3f76c298..ccdcdef4 100644
--- a/ftplugin/racket.vim
+++ b/ftplugin/racket.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'racket') == -1
+
" Language: Racket
" Maintainer: Will Langstroth <will@langstroth.com>
" URL: http://github.com/wlangstroth/vim-racket
@@ -58,4 +59,5 @@ nnoremap <buffer> <f9> :!racket -t %<cr>
"setl commentstring=;;%s
setl commentstring=#\|\ %s\ \|#
+
endif