mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +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',
|
||||
|
@@ -109,7 +109,7 @@ func s:GetFilenameChecks() abort
|
||||
\ 'bdf': ['file.bdf'],
|
||||
\ 'beancount': ['file.beancount'],
|
||||
\ 'bib': ['file.bib'],
|
||||
\ 'bicep': ['file.bicep'],
|
||||
\ 'bicep': ['file.bicep', 'file.bicepparam'],
|
||||
\ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
|
||||
\ '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'],
|
||||
\ 'blade': ['file.blade.php'],
|
||||
|
Reference in New Issue
Block a user