comparison src/testdir/test_filetype.vim @ 28393:860c2c6bcdfd v8.2.4721

patch 8.2.4721: cooklang files are not recognized Commit: https://github.com/vim/vim/commit/36951ed1dab2b2e816dc8959c72b5732f36d9e3b Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sat Apr 9 16:08:08 2022 +0100 patch 8.2.4721: cooklang files are not recognized Problem: Cooklang files are not recognized. Solution: recognize *.cook files. (Goc Dundar, closes https://github.com/vim/vim/issues/10120)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 17:15:03 +0200
parents cc4d3ded4004
children e11641c05602
comparison
equal deleted inserted replaced
28392:f77b9d4cb007 28393:860c2c6bcdfd
114 \ 'coco': ['file.atg'], 114 \ 'coco': ['file.atg'],
115 \ 'conaryrecipe': ['file.recipe'], 115 \ 'conaryrecipe': ['file.recipe'],
116 \ 'conf': ['auto.master'], 116 \ 'conf': ['auto.master'],
117 \ 'config': ['configure.in', 'configure.ac', '/etc/hostname.file'], 117 \ 'config': ['configure.in', 'configure.ac', '/etc/hostname.file'],
118 \ 'context': ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'], 118 \ 'context': ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'],
119 \ 'cook': ['file.cook'],
119 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'], 120 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'],
120 \ 'crm': ['file.crm'], 121 \ 'crm': ['file.crm'],
121 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'], 122 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'],
122 \ 'cs': ['file.cs', 'file.csx'], 123 \ 'cs': ['file.cs', 'file.csx'],
123 \ 'csc': ['file.csc'], 124 \ 'csc': ['file.csc'],