From d5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 17 May 2017 11:46:19 +0200 Subject: Add racket support, #159 --- ftdetect/polyglot.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 4991170d..c47d13e8 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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 -- cgit v1.2.3