Skip to content

Commit 6bd2f87

Browse files
author
steve
committed
Make it work with 'deny-answer-addresses' and 'deny-answer-aliases'
1 parent 9394ac1 commit 6bd2f87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

syntax/bind-named.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ syn match named_E_IP6AddrPrefix_SC /\%(\x\{1,4}:\)\{7,7}\x\{1,4}\/[0-9]\{1,3}/ c
640640
\ nextgroup=
641641
\ named_A_AML_Nested_Semicolon,
642642
\ named_E_MissingSemicolon
643+
" ::/123
644+
syn match named_E_IP6AddrPrefix_SC /::\/[0-9]\{1,3}/ contained nextgroup=namedSemicolon
643645
" 1:: 1:2:3:4:5:6:7::
644646
syn match named_E_IP6AddrPrefix_SC /\%(\x\{1,4}:\)\{1,7}:\/[0-9]\{1,3}/ contained nextgroup=namedSemicolon
645647
" 1::8 1:2:3:4:5:6::8 1:2:3:4:5:6::8

0 commit comments

Comments
 (0)