aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChristian Clason <christian.clason@uni-due.de>2021-09-12 13:09:18 +0200
committerGitHub <noreply@github.com>2021-09-12 13:09:18 +0200
commit5615ea8b6b83e3b3702198bbeccd4bb52b131502 (patch)
tree31bee555cb9fad18f2acc58986e1b142f963048c /runtime
parentae73aa83395f0056faafe3bb5cdd73d15249005b (diff)
downloadrneovim-5615ea8b6b83e3b3702198bbeccd4bb52b131502.tar.gz
rneovim-5615ea8b6b83e3b3702198bbeccd4bb52b131502.tar.bz2
rneovim-5615ea8b6b83e3b3702198bbeccd4bb52b131502.zip
vim-patch:8.2.3368: not all Racket files are recognized (#15643)
Problem: Not all Racket files are recognized. Solution: Also recognize .rktl and .rktd files. (Doug Kearns) https://github.com/vim/vim/commit/9cd91a1e8816d727fbdbf0b3062288e15abc5f4d
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 206b22d460..b038f2473d 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1625,7 +1625,7 @@ au BufNewFile,BufRead .zshrc,.zshenv,.zlogin,.zlogout,.zcompdump setf zsh
au BufNewFile,BufRead *.zsh setf zsh
" Scheme
-au BufNewFile,BufRead *.scm,*.ss,*.rkt setf scheme
+au BufNewFile,BufRead *.scm,*.ss,*.rkt,*.rktd,*.rktl setf scheme
" Screen RC
au BufNewFile,BufRead .screenrc,screenrc setf screen