Add racket support, #159

This commit is contained in:
Adam Stankiewicz
2017-05-17 11:46:19 +02:00
parent 7dd2e11698
commit d5b9c4ae84
7 changed files with 724 additions and 0 deletions

7
autoload/racket.vim Normal file
View File

@@ -0,0 +1,7 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'racket') == -1
if !exists("g:raco_command")
let g:raco_command = system("which raco")
endif
endif