comparison src/testdir/test_filetype.vim @ 31718:bcedaa2fcb7b v9.0.1191

patch 9.0.1191: some Bazel files are not recognized Commit: https://github.com/vim/vim/commit/3213952966896ffb1d8fa186bcf8c43359fca0f0 Author: Keith Smiley <keithbsmiley@gmail.com> Date: Fri Jan 13 15:35:17 2023 +0000 patch 9.0.1191: some Bazel files are not recognized Problem: Some Bazel files are not recognized. Solution: Add an extra Bazel pattern. (Keith Smily, closes https://github.com/vim/vim/issues/11807)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Jan 2023 16:45:02 +0100
parents 9c496513d57c
children 745772308c81
comparison
equal deleted inserted replaced
31717:7d8eb76b1f59 31718:bcedaa2fcb7b
87 \ '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'], 87 \ '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'],
88 \ 'blank': ['file.bl'], 88 \ 'blank': ['file.bl'],
89 \ 'blueprint': ['file.blp'], 89 \ 'blueprint': ['file.blp'],
90 \ 'bsdl': ['file.bsd', 'file.bsdl'], 90 \ 'bsdl': ['file.bsd', 'file.bsdl'],
91 \ 'bst': ['file.bst'], 91 \ 'bst': ['file.bst'],
92 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'], 92 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE', 'WORKSPACE.bzlmod'],
93 \ 'bzr': ['bzr_log.any', 'bzr_log.file'], 93 \ 'bzr': ['bzr_log.any', 'bzr_log.file'],
94 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c', 'some-enlightenment/file.cfg'], 94 \ 'c': ['enlightenment/file.cfg', 'file.qc', 'file.c', 'some-enlightenment/file.cfg'],
95 \ 'cabal': ['file.cabal'], 95 \ 'cabal': ['file.cabal'],
96 \ 'cabalconfig': ['cabal.config'], 96 \ 'cabalconfig': ['cabal.config'],
97 \ 'cabalproject': ['cabal.project', 'cabal.project.local'], 97 \ 'cabalproject': ['cabal.project', 'cabal.project.local'],