comparison src/testdir/test_filetype.vim @ 34871:23dc393eadc7 v9.1.0302

patch 9.1.0302: filetype: blueprint files are not recognized Commit: https://github.com/vim/vim/commit/6be7ef5bc734ce6045d6f919f1a8559a3fa7f2fd Author: Bruno BELANYI <bruno@belanyi.fr> Date: Wed Apr 10 22:28:28 2024 +0200 patch 9.1.0302: filetype: blueprint files are not recognized Problem: filetype: blueprint files are not recognized Solution: Detect '*.bp' files as blueprint files, add a minimal filetype plugin (Bruno Belanyi) See: https://source.android.com/docs/setup/build closes: #14488 Signed-off-by: Bruno BELANYI <bruno@belanyi.fr> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 10 Apr 2024 22:45:02 +0200
parents 8800ec6abeaf
children 1707288c0b15
comparison
equal deleted inserted replaced
34870:3f9703c1bbea 34871:23dc393eadc7
124 bindzone: ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'], 124 bindzone: ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
125 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'], 125 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'],
126 blade: ['file.blade.php'], 126 blade: ['file.blade.php'],
127 blank: ['file.bl'], 127 blank: ['file.bl'],
128 blueprint: ['file.blp'], 128 blueprint: ['file.blp'],
129 bp: ['Android.bp'],
129 bsdl: ['file.bsd', 'file.bsdl'], 130 bsdl: ['file.bsd', 'file.bsdl'],
130 bst: ['file.bst'], 131 bst: ['file.bst'],
131 bzl: ['file.bazel', 'file.bzl', 'WORKSPACE', 'WORKSPACE.bzlmod'], 132 bzl: ['file.bazel', 'file.bzl', 'WORKSPACE', 'WORKSPACE.bzlmod'],
132 bzr: ['bzr_log.any', 'bzr_log.file'], 133 bzr: ['bzr_log.any', 'bzr_log.file'],
133 c: ['enlightenment/file.cfg', 'file.qc', 'file.c', 'some-enlightenment/file.cfg'], 134 c: ['enlightenment/file.cfg', 'file.qc', 'file.c', 'some-enlightenment/file.cfg'],