mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
vim-patch:9.1.0809: filetype: petalinux config files not recognized
Problem: filetype: petalinux config files not recognized
Solution: detect 'project-spec/*.conf' files as bitbake filetype
(Wu, Zhenyu)
References:
https://www.amd.com/en/products/software/adaptive-socs-and-fpgas/embedded-software/petalinux-sdk.html
closes: vim/vim#15926
626b6ab486
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
committed by
Christian Clason
parent
6dad1f9f19
commit
02749de7d5
@@ -2112,6 +2112,7 @@ local pattern = {
|
||||
['/build/conf/.*%.conf$'] = 'bitbake',
|
||||
['/meta%-.*/conf/.*%.conf$'] = 'bitbake',
|
||||
['/meta/conf/.*%.conf$'] = 'bitbake',
|
||||
['/project%-spec/configs/.*%.conf$'] = 'bitbake',
|
||||
['/%.cabal/config$'] = 'cabalconfig',
|
||||
['/cabal/config$'] = 'cabalconfig',
|
||||
['/%.aws/config$'] = 'confini',
|
||||
|
||||
Reference in New Issue
Block a user