aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/resolv.vim
blob: 4c8ec165e36290dab4692386c272a8e0dc56a8aa (plain) (blame)
1
2
3
4
5
6
" Over-simple but good-enough `nameserver` rule fix including IPv6
" Version 1.4 of the syntax file has a more accurate fix
if !has('patch-8.2.0380')
  syntax clear resolvIPNameserver
  syntax match resolvIPNameserver contained /[0-9.a-fA-F:]\+/
endif