comparison src/testdir/test_filetype.vim @ 31125:0100be942b82 v9.0.0897

patch 9.0.0897: Clinical Quality Language files are not recognized Commit: https://github.com/vim/vim/commit/12babe45a389cd1ea8befd5b06239e877b4abbba Author: mgramigna <mgramigna@mitre.org> Date: Thu Nov 17 18:30:16 2022 +0000 patch 9.0.0897: Clinical Quality Language files are not recognized Problem: Clinical Quality Language files are not recognized. Solution: Add the "*.cql" pattern. (Matthew Gramigna, closes https://github.com/vim/vim/issues/11452)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Nov 2022 19:45:03 +0100
parents f825a2646cc0
children 0795700291ae
comparison
equal deleted inserted replaced
31124:3dc3209008eb 31125:0100be942b82
122 \ 'config': ['configure.in', 'configure.ac', '/etc/hostname.file', 'any/etc/hostname.file'], 122 \ 'config': ['configure.in', 'configure.ac', '/etc/hostname.file', 'any/etc/hostname.file'],
123 \ 'confini': ['/etc/pacman.conf', 'any/etc/pacman.conf', 'mpv.conf', 'any/.aws/config', 'any/.aws/credentials'], 123 \ 'confini': ['/etc/pacman.conf', 'any/etc/pacman.conf', 'mpv.conf', 'any/.aws/config', 'any/.aws/credentials'],
124 \ 'context': ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'], 124 \ 'context': ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'],
125 \ 'cook': ['file.cook'], 125 \ 'cook': ['file.cook'],
126 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'], 126 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'],
127 \ 'cqlang': ['file.cql'],
127 \ 'crm': ['file.crm'], 128 \ 'crm': ['file.crm'],
128 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'], 129 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'],
129 \ 'cs': ['file.cs', 'file.csx'], 130 \ 'cs': ['file.cs', 'file.csx'],
130 \ 'csc': ['file.csc'], 131 \ 'csc': ['file.csc'],
131 \ 'csdl': ['file.csdl'], 132 \ 'csdl': ['file.csdl'],