diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:46:19 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-05-17 11:46:19 +0200 |
commit | d5b9c4ae84aaa98bdfbf15cba90eeafa5aded091 (patch) | |
tree | 5d6b3f74231b2c232ddfcb868ecfbc97db90019a /ftdetect | |
parent | 7dd2e1169849b7e5cae67d5056f0a379f3da67b5 (diff) | |
download | vim-polyglot-2.17.0.tar.gz vim-polyglot-2.17.0.zip |
Add racket support, #159v2.17.0
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 5 |
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 |