comparison runtime/filetype.vim @ 25878:f88641e6996c v8.2.3473

patch 8.2.3473: some files with tcl syntax are not recognized Commit: https://github.com/vim/vim/commit/78aa5ffe314f40d33666f03b833f66b11c3d0f67 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 4 20:41:45 2021 +0100 patch 8.2.3473: some files with tcl syntax are not recognized Problem: Some files with tcl syntax are not recognized. Solution: Add a few file patterns. (Doug Kearns
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Oct 2021 21:45:04 +0200
parents 3c797fa8206d
children 9c221ad9634a
comparison
equal deleted inserted replaced
25877:7c24d8fdd652 25878:f88641e6996c
1114 au BufNewFile,BufRead *.mysql setf mysql 1114 au BufNewFile,BufRead *.mysql setf mysql
1115 1115
1116 " Mutt setup files (must be before catch *.rc) 1116 " Mutt setup files (must be before catch *.rc)
1117 au BufNewFile,BufRead */etc/Muttrc.d/* call s:StarSetf('muttrc') 1117 au BufNewFile,BufRead */etc/Muttrc.d/* call s:StarSetf('muttrc')
1118 1118
1119 " Tcl Shell RC file
1120 au BufNewFile,BufRead tclsh.rc setf tcl
1121
1119 " M$ Resource files 1122 " M$ Resource files
1120 au BufNewFile,BufRead *.rc,*.rch setf rc 1123 au BufNewFile,BufRead *.rc,*.rch setf rc
1121 1124
1122 " MuPAD source 1125 " MuPAD source
1123 au BufRead,BufNewFile *.mu setf mupad 1126 au BufRead,BufNewFile *.mu setf mupad
1809 " Task 1812 " Task
1810 au BufRead,BufNewFile {pending,completed,undo}.data setf taskdata 1813 au BufRead,BufNewFile {pending,completed,undo}.data setf taskdata
1811 au BufRead,BufNewFile *.task setf taskedit 1814 au BufRead,BufNewFile *.task setf taskedit
1812 1815
1813 " Tcl (JACL too) 1816 " Tcl (JACL too)
1814 au BufNewFile,BufRead *.tcl,*.tk,*.itcl,*.itk,*.jacl setf tcl 1817 au BufNewFile,BufRead *.tcl,*.tm,*.tk,*.itcl,*.itk,*.jacl,.tclshrc,.wishrc setf tcl
1815 1818
1816 " TealInfo 1819 " TealInfo
1817 au BufNewFile,BufRead *.tli setf tli 1820 au BufNewFile,BufRead *.tli setf tli
1818 1821
1819 " Telix Salt 1822 " Telix Salt