mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
vim-patch:9.1.0536: filetype: zone files are not recognized
Problem: filetype: zone files are not recognized
(rpdprd)
Solution: Detect '*.zone' files as bindzone filetype
fixes: vim/vim#14222
f095539b39
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -236,6 +236,7 @@ local extension = {
|
||||
db = detect.bindzone,
|
||||
bicep = 'bicep',
|
||||
bicepparam = 'bicep',
|
||||
zone = 'bindzone',
|
||||
bb = 'bitbake',
|
||||
bbappend = 'bitbake',
|
||||
bbclass = 'bitbake',
|
||||
|
||||
Reference in New Issue
Block a user