comparison src/testdir/test_filetype.vim @ 29415:87174e9f7529 v9.0.0049

patch 9.0.0049: csv and tsv files are not recognized Commit: https://github.com/vim/vim/commit/99af91e5820c78a196c9272cd8ce5aa5be7bf374 Author: Leandro Lourenci <2339362+lourenci@users.noreply.github.com> Date: Sat Jul 9 20:27:07 2022 +0100 patch 9.0.0049: csv and tsv files are not recognized Problem: Csv and tsv files are not recognized. Solution: Add patterns fo csv and tsv files. (Leandro Lourenci, closes #10680)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Jul 2022 21:30:06 +0200
parents 7f5db9decf32
children 2830faa3e100
comparison
equal deleted inserted replaced
29414:c33c19e5a541 29415:87174e9f7529
126 \ 'csc': ['file.csc'], 126 \ 'csc': ['file.csc'],
127 \ 'csdl': ['file.csdl'], 127 \ 'csdl': ['file.csdl'],
128 \ 'csp': ['file.csp', 'file.fdr'], 128 \ 'csp': ['file.csp', 'file.fdr'],
129 \ 'css': ['file.css'], 129 \ 'css': ['file.css'],
130 \ 'cterm': ['file.con'], 130 \ 'cterm': ['file.con'],
131 \ 'csv': ['file.csv'],
131 \ 'cucumber': ['file.feature'], 132 \ 'cucumber': ['file.feature'],
132 \ 'cuda': ['file.cu', 'file.cuh'], 133 \ 'cuda': ['file.cu', 'file.cuh'],
133 \ 'cupl': ['file.pld'], 134 \ 'cupl': ['file.pld'],
134 \ 'cuplsim': ['file.si'], 135 \ 'cuplsim': ['file.si'],
135 \ 'cvs': ['cvs123'], 136 \ 'cvs': ['cvs123'],
562 \ 'trustees': ['trustees.conf'], 563 \ 'trustees': ['trustees.conf'],
563 \ 'tsalt': ['file.slt'], 564 \ 'tsalt': ['file.slt'],
564 \ 'tsscl': ['file.tsscl'], 565 \ 'tsscl': ['file.tsscl'],
565 \ 'tssgm': ['file.tssgm'], 566 \ 'tssgm': ['file.tssgm'],
566 \ 'tssop': ['file.tssop'], 567 \ 'tssop': ['file.tssop'],
568 \ 'tsv': ['file.tsv'],
567 \ 'twig': ['file.twig'], 569 \ 'twig': ['file.twig'],
568 \ 'typescript.glimmer': ['file.gts'], 570 \ 'typescript.glimmer': ['file.gts'],
569 \ 'typescriptreact': ['file.tsx'], 571 \ 'typescriptreact': ['file.tsx'],
570 \ 'uc': ['file.uc'], 572 \ 'uc': ['file.uc'],
571 \ 'udevconf': ['/etc/udev/udev.conf', 'any/etc/udev/udev.conf'], 573 \ 'udevconf': ['/etc/udev/udev.conf', 'any/etc/udev/udev.conf'],