mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
vim-patch:9.0.1645: zserio files are not recognized (#24120)
Problem: zserio files are not recognized.
Solution: Add a pattern for zserio files. (Dominique Pellé,
closes vim/vim#12544)
2b994da57a
Co-authored-by: =?UTF-8?q?Dominique=20Pell=C3=A9?= <dominique.pelle@gmail.com>
This commit is contained in:
@@ -1174,6 +1174,7 @@ local extension = {
|
||||
zir = 'zir',
|
||||
zu = 'zimbu',
|
||||
zut = 'zimbutempl',
|
||||
zs = 'zserio',
|
||||
zsh = 'zsh',
|
||||
vala = 'vala',
|
||||
web = function(path, bufnr)
|
||||
|
||||
Reference in New Issue
Block a user