comparison src/testdir/test_filetype.vim @ 32152:affa1f55a761 v9.0.1407

patch 9.0.1407: TableGen files are not recognized Commit: https://github.com/vim/vim/commit/b8ef029ee416fc2b402c3f321a55c9049b0ad2a9 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Thu Mar 16 15:54:18 2023 +0000 patch 9.0.1407: TableGen files are not recognized Problem: TableGen files are not recognized. Solution: Add a pattern for TableGen files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12156)
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Mar 2023 17:00:03 +0100
parents 3923c5051b87
children 8be608cee6e3
comparison
equal deleted inserted replaced
32151:0538bf460cfa 32152:affa1f55a761
585 \ 'tak': ['file.tak'], 585 \ 'tak': ['file.tak'],
586 \ 'tal': ['file.tal'], 586 \ 'tal': ['file.tal'],
587 \ 'taskdata': ['pending.data', 'completed.data', 'undo.data'], 587 \ 'taskdata': ['pending.data', 'completed.data', 'undo.data'],
588 \ 'taskedit': ['file.task'], 588 \ 'taskedit': ['file.task'],
589 \ 'tcl': ['file.tcl', 'file.tm', 'file.tk', 'file.itcl', 'file.itk', 'file.jacl', '.tclshrc', 'tclsh.rc', '.wishrc'], 589 \ 'tcl': ['file.tcl', 'file.tm', 'file.tk', 'file.itcl', 'file.itk', 'file.jacl', '.tclshrc', 'tclsh.rc', '.wishrc'],
590 \ 'tablegen': ['file.td'],
590 \ 'teal': ['file.tl'], 591 \ 'teal': ['file.tl'],
591 \ 'template': ['file.tmpl'], 592 \ 'template': ['file.tmpl'],
592 \ 'teraterm': ['file.ttl'], 593 \ 'teraterm': ['file.ttl'],
593 \ 'terminfo': ['file.ti'], 594 \ 'terminfo': ['file.ti'],
594 \ 'terraform-vars': ['file.tfvars'], 595 \ 'terraform-vars': ['file.tfvars'],