summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-23 20:48:43 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-23 20:48:43 +0200
commit9cd91a1e8816d727fbdbf0b3062288e15abc5f4d (patch)
treebecb184e1562505100bdaa07efe3936019d3883f /runtime
parent73170917f14d1b0d919c65fbc0a9d011b87d94da (diff)
patch 8.2.3368: not all Racket files are recognizedv8.2.3368
Problem: Not all Racket files are recognized. Solution: Also recognize .rktl and .rktd files. (Doug Kearns)
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 ad18b7655e..70b647bd87 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1623,7 +1623,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