vim-patch:9.0.0049: csv and tsv files are not recognized (#19300)

Problem:    Csv and tsv files are not recognized.
Solution:   Add patterns fo csv and tsv files. (Leandro Lourenci,
            closes vim/vim#10680)
99af91e582
This commit is contained in:
Christian Clason
2022-07-10 01:14:07 +02:00
committed by GitHub
parent eb9155e557
commit d606c39a9c
3 changed files with 10 additions and 0 deletions

View File

@@ -259,6 +259,7 @@ local extension = {
fdr = 'csp',
csp = 'csp',
css = 'css',
csv = 'csv',
con = 'cterm',
feature = 'cucumber',
cuh = 'cuda',
@@ -974,6 +975,7 @@ local extension = {
tsscl = 'tsscl',
tssgm = 'tssgm',
tssop = 'tssop',
tsv = 'tsv',
tutor = 'tutor',
twig = 'twig',
ts = function(path, bufnr)