forked from aniani/vim
patch 9.0.1645: zserio files are not recognized
Problem: zserio files are not recognized. Solution: Add a pattern for zserio files. (Dominique Pellé, closes #12544)
This commit is contained in:
committed by
Bram Moolenaar
parent
bd087ae8f0
commit
2b994da57a
@@ -1961,6 +1961,9 @@ au BufNewFile,BufRead .login,.cshrc,csh.cshrc,csh.login,csh.logout,*.csh,.alias
|
||||
au BufNewFile,BufRead *.zig setf zig
|
||||
au BufNewFile,BufRead *.zir setf zir
|
||||
|
||||
" Zserio
|
||||
au BufNewFile,BufRead *.zs setf zserio
|
||||
|
||||
" Z-Shell script (patterns ending in a star further below)
|
||||
au BufNewFile,BufRead .zprofile,*/etc/zprofile,.zfbfmarks setf zsh
|
||||
au BufNewFile,BufRead .zshrc,.zshenv,.zlogin,.zlogout,.zcompdump setf zsh
|
||||
|
Reference in New Issue
Block a user