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

View File

@@ -731,6 +731,11 @@ augroup filetypedetect
" r-lang:vim-scripts/R.vim
augroup END
augroup filetypedetect
" racket:wlangstroth/vim-racket
au BufRead,BufNewFile *.rkt,*.rktl set filetype=racket
augroup END
augroup filetypedetect
" raml:IN3D/vim-raml
au BufRead,BufNewFile *.raml set ft=raml