You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multi...

13 lines
588 B

--- a/syntax/dhcpd.vim 2005-03-24 16:41:59.755564944 +0000
+++ b/syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000
@@ -33,7 +33,7 @@
" Base constructs {{{
syn match dhcpdString +"[^"]*"+
syn match dhcpdDecNumber "\<-\?\d\+\(;\|\s\|$\)"
-syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|$\)"
+syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|,\|$\)"
syn match dhcpdMAC "\<\(\x\x\?:\)\{5}\x\x\?\(;\|\s\|$\)"
syn match dhcpdDate "\<[0-6]\s\d\{4}/\d\d/\d\d/\s\d\d:\d\d:\d\d\(;\|\s\|$\)"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" }}}