Skip to content

Commit d289e3b

Browse files
author
egberts
committed
Added 'fail' to check-dup-records
1 parent efcbd47 commit d289e3b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

syntax/bind-named.vim

+1-5
Original file line numberDiff line numberDiff line change
@@ -5319,14 +5319,10 @@ syn keyword namedOVZ_IgnoreWarnFail contained
53195319
\ check-mx
53205320
\ check-srv-cname
53215321
\ check-spf
5322+
\ check-dup-records
53225323
\ skipwhite skipnl skipempty
53235324
\ nextgroup=named_IgnoreWarnFail_SC
53245325

5325-
hi link namedOVZ_IgnoreWarn namedHL_Option
5326-
syn keyword namedOVZ_IgnoreWarn contained check-dup-records
5327-
\ skipwhite skipnl skipempty
5328-
\ nextgroup=named_IgnoreWarn_SC
5329-
53305326
" <0-3660> days (dnskey-sig-validity)
53315327
hi link named_Number_Max3660days namedHL_Number
53325328
syn match named_Number_Max3660days contained

0 commit comments

Comments
 (0)