mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Add racket support, #159
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user