comparison src/testdir/test_filetype.vim @ 27770:219471ed2fec v8.2.4411

patch 8.2.4411: bicep files are not recognized Commit: https://github.com/vim/vim/commit/8e5ba693ad9377fbf4b047093624248b81eac854 Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Thu Feb 17 21:30:26 2022 +0000 patch 8.2.4411: bicep files are not recognized Problem: Bicep files are not recognized. Solution: Match *.bicep files. (Dundar Goc, closes https://github.com/vim/vim/issues/9791)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Feb 2022 22:45:03 +0100
parents 52bbe3590f50
children addcf70c8346
comparison
equal deleted inserted replaced
27769:8bdc44c25238 27770:219471ed2fec
80 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'], 80 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'],
81 \ 'bc': ['file.bc'], 81 \ 'bc': ['file.bc'],
82 \ 'bdf': ['file.bdf'], 82 \ 'bdf': ['file.bdf'],
83 \ 'beancount': ['file.beancount'], 83 \ 'beancount': ['file.beancount'],
84 \ 'bib': ['file.bib'], 84 \ 'bib': ['file.bib'],
85 \ 'bicep': ['file.bicep'],
85 \ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'], 86 \ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
86 \ 'blank': ['file.bl'], 87 \ 'blank': ['file.bl'],
87 \ 'bsdl': ['file.bsd', 'file.bsdl', 'bsd', 'some-bsd'], 88 \ 'bsdl': ['file.bsd', 'file.bsdl', 'bsd', 'some-bsd'],
88 \ 'bst': ['file.bst'], 89 \ 'bst': ['file.bst'],
89 \ 'bzr': ['bzr_log.any', 'bzr_log.file'], 90 \ 'bzr': ['bzr_log.any', 'bzr_log.file'],