comparison src/testdir/test_filetype.vim @ 32168:6bdf843c3023 v9.0.1415

patch 9.0.1415: Crystal files are not recognized Commit: https://github.com/vim/vim/commit/7c4516fe93d865f4ef1877181f8156b8b9331856 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Sun Mar 19 20:43:26 2023 +0000 patch 9.0.1415: Crystal files are not recognized Problem: Crystal files are not recognized. Solution: Add a pattern for Crystal files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/12175)
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Mar 2023 21:45:05 +0100
parents c1bf74e139c3
children 7c131fe0b473
comparison
equal deleted inserted replaced
32167:3954e4aec820 32168:6bdf843c3023
129 \ 'cpon': ['file.cpon'], 129 \ 'cpon': ['file.cpon'],
130 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'], 130 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'],
131 \ 'cqlang': ['file.cql'], 131 \ 'cqlang': ['file.cql'],
132 \ 'crm': ['file.crm'], 132 \ 'crm': ['file.crm'],
133 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'], 133 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'],
134 \ 'crystal': ['file.cr'],
134 \ 'cs': ['file.cs', 'file.csx'], 135 \ 'cs': ['file.cs', 'file.csx'],
135 \ 'csc': ['file.csc'], 136 \ 'csc': ['file.csc'],
136 \ 'csdl': ['file.csdl'], 137 \ 'csdl': ['file.csdl'],
137 \ 'csp': ['file.csp', 'file.fdr'], 138 \ 'csp': ['file.csp', 'file.fdr'],
138 \ 'css': ['file.css'], 139 \ 'css': ['file.css'],