comparison src/testdir/test_filetype.vim @ 26570:b1f4052d6c51 v8.2.3814

patch 8.2.3814: .csx files and .sln files are not recognized Commit: https://github.com/vim/vim/commit/cfabad9bcf45650dee1f1f41ec4047f82a12f323 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 15 13:30:43 2021 +0000 patch 8.2.3814: .csx files and .sln files are not recognized Problem: .csx files and .sln files are not recognized. Solution: Add filetype patterns. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Dec 2021 14:45:03 +0100
parents 297984d49331
children 7efd8f561d04
comparison
equal deleted inserted replaced
26569:5b4cfe88b84a 26570:b1f4052d6c51
115 \ 'config': ['configure.in', 'configure.ac', '/etc/hostname.file'], 115 \ 'config': ['configure.in', 'configure.ac', '/etc/hostname.file'],
116 \ 'context': ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'], 116 \ 'context': ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'],
117 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'], 117 \ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file.tcc', 'file.inl', 'file.tlh'],
118 \ 'crm': ['file.crm'], 118 \ 'crm': ['file.crm'],
119 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'], 119 \ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'],
120 \ 'cs': ['file.cs'], 120 \ 'cs': ['file.cs', 'file.csx'],
121 \ 'csc': ['file.csc'], 121 \ 'csc': ['file.csc'],
122 \ 'csdl': ['file.csdl'], 122 \ 'csdl': ['file.csdl'],
123 \ 'csp': ['file.csp', 'file.fdr'], 123 \ 'csp': ['file.csp', 'file.fdr'],
124 \ 'css': ['file.css'], 124 \ 'css': ['file.css'],
125 \ 'cterm': ['file.con'], 125 \ 'cterm': ['file.con'],
456 \ 'sinda': ['file.sin', 'file.s85'], 456 \ 'sinda': ['file.sin', 'file.s85'],
457 \ 'sisu': ['file.sst', 'file.ssm', 'file.ssi', 'file.-sst', 'file._sst', 'file.sst.meta', 'file.-sst.meta', 'file._sst.meta'], 457 \ 'sisu': ['file.sst', 'file.ssm', 'file.ssi', 'file.-sst', 'file._sst', 'file.sst.meta', 'file.-sst.meta', 'file._sst.meta'],
458 \ 'skill': ['file.il', 'file.ils', 'file.cdf'], 458 \ 'skill': ['file.il', 'file.ils', 'file.cdf'],
459 \ 'slang': ['file.sl'], 459 \ 'slang': ['file.sl'],
460 \ 'slice': ['file.ice'], 460 \ 'slice': ['file.ice'],
461 \ 'solution': ['file.sln'],
461 \ 'slpconf': ['/etc/slp.conf', 'any/etc/slp.conf'], 462 \ 'slpconf': ['/etc/slp.conf', 'any/etc/slp.conf'],
462 \ 'slpreg': ['/etc/slp.reg', 'any/etc/slp.reg'], 463 \ 'slpreg': ['/etc/slp.reg', 'any/etc/slp.reg'],
463 \ 'slpspi': ['/etc/slp.spi', 'any/etc/slp.spi'], 464 \ 'slpspi': ['/etc/slp.spi', 'any/etc/slp.spi'],
464 \ 'slrnrc': ['.slrnrc'], 465 \ 'slrnrc': ['.slrnrc'],
465 \ 'slrnsc': ['file.score'], 466 \ 'slrnsc': ['file.score'],