forked from aniani/vim
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>
This commit is contained in:
committed by
Christian Brabandt
parent
04e5363b82
commit
6be7ef5bc7
@@ -2998,6 +2998,9 @@ au BufNewFile,BufRead *.txt
|
||||
" Blueprint markup files
|
||||
au BufNewFile,BufRead *.blp setf blueprint
|
||||
|
||||
" Blueprint build system file
|
||||
au BufNewFile,BufRead *.bp setf bp
|
||||
|
||||
" Use the filetype detect plugins. They may overrule any of the previously
|
||||
" detected filetypes.
|
||||
runtime! ftdetect/*.vim
|
||||
|
||||
Reference in New Issue
Block a user