comparison src/testdir/test_filetype.vim @ 30215:40491de2f0a6 v9.0.0443

patch 9.0.0443: blueprint files are not recognized Commit: https://github.com/vim/vim/commit/cce82a55b8105560a2ef724999c856966337b48e Author: Gabriele Musco <gabmus@disroot.org> Date: Sun Sep 11 13:37:37 2022 +0100 patch 9.0.0443: blueprint files are not recognized Problem: Blueprint files are not recognized. Solution: Add a pattern for blueprint files. (Gabriele Musco, closes https://github.com/vim/vim/issues/11107)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Sep 2022 14:45:05 +0200
parents 381462ee23fd
children 1fbc86e18258
comparison
equal deleted inserted replaced
30214:37cf1af90ffc 30215:40491de2f0a6
86 \ 'bib': ['file.bib'], 86 \ 'bib': ['file.bib'],
87 \ 'bicep': ['file.bicep'], 87 \ 'bicep': ['file.bicep'],
88 \ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'], 88 \ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
89 \ 'bitbake': ['file.bb', 'file.bbappend', 'file.bbclass', 'build/conf/local.conf', 'meta/conf/layer.conf', 'build/conf/bbappend.conf', 'meta-layer/conf/distro/foo.conf'], 89 \ 'bitbake': ['file.bb', 'file.bbappend', 'file.bbclass', 'build/conf/local.conf', 'meta/conf/layer.conf', 'build/conf/bbappend.conf', 'meta-layer/conf/distro/foo.conf'],
90 \ 'blank': ['file.bl'], 90 \ 'blank': ['file.bl'],
91 \ 'blueprint': ['file.blp'],
91 \ 'bsdl': ['file.bsd', 'file.bsdl'], 92 \ 'bsdl': ['file.bsd', 'file.bsdl'],
92 \ 'bst': ['file.bst'], 93 \ 'bst': ['file.bst'],
93 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'], 94 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'],
94 \ 'bzr': ['bzr_log.any', 'bzr_log.file'], 95 \ 'bzr': ['bzr_log.any', 'bzr_log.file'],
95 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c', 'some-enlightenment/file.cfg'], 96 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c', 'some-enlightenment/file.cfg'],