Skip to content

Commit 2e3e0eb

Browse files
author
steve
committed
Fix CDSKEY typo (was CDNSKEY)
1 parent 7e1c805 commit 2e3e0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/bind-named.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2982,7 +2982,7 @@ syn match namedZ_UP_RRTypeList contained
29822982
\ nextgroup=namedSemicolon
29832983
" 7-char RRType name
29842984
syn match namedZ_UP_RRTypeList contained
2985-
\ /\c\<\(CDNSKEY\)\>/
2985+
\ /\c\<\(CDSKEY\)\>/
29862986
\ nextgroup=namedSemicolon
29872987
" 8-char RRType name
29882988
syn match namedZ_UP_RRTypeList contained

0 commit comments

Comments
 (0)