mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
vim-patch:9.0.1768: Runtime: no support for bicep files
Problem: Runtime: no support for bicep files
Solution: Add filetype support for bicepparam
closes: vim/vim#12784
2d0988ef93
Co-authored-by: Scott McKendry <scott.c.mckendry@gmail.com>
This commit is contained in:
@@ -229,6 +229,7 @@ local extension = {
|
||||
com = detect_seq(detect.bindzone, 'dcl'),
|
||||
db = detect.bindzone,
|
||||
bicep = 'bicep',
|
||||
bicepparam = 'bicep',
|
||||
bb = 'bitbake',
|
||||
bbappend = 'bitbake',
|
||||
bbclass = 'bitbake',
|
||||
|
Reference in New Issue
Block a user