summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:46:19 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:46:19 +0200
commitd5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 (patch)
tree5d6b3f74231b2c232ddfcb868ecfbc97db90019a /ftdetect/polyglot.vim
parent7dd2e1169849b7e5cae67d5056f0a379f3da67b5 (diff)
downloadvim-polyglot-2.17.0.tar.gz
vim-polyglot-2.17.0.zip
Add racket support, #159v2.17.0
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 4991170d..c47d13e8 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -732,6 +732,11 @@ augroup filetypedetect
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
augroup END