vim-patch:9.1.0302: filetype: blueprint files are not recognized (#28292)

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: vim/vim#14488

6be7ef5bc7

Co-authored-by: Bruno BELANYI <bruno@belanyi.fr>
This commit is contained in:
zeertzjq
2024-04-12 17:05:11 +08:00
committed by GitHub
parent da3059b00f
commit a93a045e63
3 changed files with 16 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ local extension = {
bbclass = 'bitbake',
bl = 'blank',
blp = 'blueprint',
bp = 'bp',
bsd = 'bsdl',
bsdl = 'bsdl',
bst = 'bst',