aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/bindzone.vim
blob: cc50638c223f83627aa9ac2280ef36c645096015 (plain) (blame)
1
2
3
4
5
6
7
8
9
" Don't try to make these corrections if running 'compatible' or if the
" runtime files are too old
if &compatible || v:version < 700
  finish
endif

" Highlight TLSA and SSHFP records correctly
" <https://github.com/vim/vim/issues/220>
syn keyword zoneRRType contained TLSA SSHFP nextgroup=zoneRData skipwhite