comparison runtime/filetype.vim @ 25664:8c3204d810a7 v8.2.3368

patch 8.2.3368: not all Racket files are recognized Commit: https://github.com/vim/vim/commit/9cd91a1e8816d727fbdbf0b3062288e15abc5f4d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 23 20:48:43 2021 +0200 patch 8.2.3368: not all Racket files are recognized Problem: Not all Racket files are recognized. Solution: Also recognize .rktl and .rktd files. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Aug 2021 21:00:05 +0200
parents 59a1c9a2ca2e
children 0385bd4411b7
comparison
equal deleted inserted replaced
25663:f08b779ebf7a 25664:8c3204d810a7
1621 au BufNewFile,BufRead .zprofile,*/etc/zprofile,.zfbfmarks setf zsh 1621 au BufNewFile,BufRead .zprofile,*/etc/zprofile,.zfbfmarks setf zsh
1622 au BufNewFile,BufRead .zshrc,.zshenv,.zlogin,.zlogout,.zcompdump setf zsh 1622 au BufNewFile,BufRead .zshrc,.zshenv,.zlogin,.zlogout,.zcompdump setf zsh
1623 au BufNewFile,BufRead *.zsh setf zsh 1623 au BufNewFile,BufRead *.zsh setf zsh
1624 1624
1625 " Scheme 1625 " Scheme
1626 au BufNewFile,BufRead *.scm,*.ss,*.rkt setf scheme 1626 au BufNewFile,BufRead *.scm,*.ss,*.rkt,*.rktd,*.rktl setf scheme
1627 1627
1628 " Screen RC 1628 " Screen RC
1629 au BufNewFile,BufRead .screenrc,screenrc setf screen 1629 au BufNewFile,BufRead .screenrc,screenrc setf screen
1630 1630
1631 " Sexplib 1631 " Sexplib