Skip to content

Commit

Permalink
'master' got renamed to 'primary'
Browse files Browse the repository at this point in the history
'slave' got renamed to 'secondary'
added 'pz.*' to the 'ftdetect' for named.conf-related files.
'sz.*' continues to be used.
  • Loading branch information
egberts committed Feb 7, 2022
1 parent 5330a23 commit 2d18898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdetect/bind-named.vim
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
" Remarks:
" See syntax/bind-named.vim for additional info.

au! BufNewFile,BufRead named.conf,rndc.conf,rndc.key,*-named.conf,*_named.conf,*.named.conf,named-*.conf,named_*.conf,named.*.conf,rndc-*.conf,rndc_*.conf,rndc.*.conf,rndc.key,rndc-*.key,rndc_*.key,rndc.key,mz.*,sz.*,view.*,named.conf* set filetype=bind-named
au! BufNewFile,BufRead named.conf,rndc.conf,rndc.key,*-named.conf,*_named.conf,*.named.conf,named-*.conf,named_*.conf,named.*.conf,rndc-*.conf,rndc_*.conf,rndc.*.conf,rndc.key,rndc-*.key,rndc_*.key,rndc.key,pz.*,mz.*,sz.*,view.*,named.conf* set filetype=bind-named

0 comments on commit 2d18898

Please sign in to comment.