File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22" Language: BIND zone files (RFC1035)
33" Maintainer: Mathieu Arnold <mat@mat.cc>
44" URL: https://github.com/Absolight/vim-bind
5- " Last Change: Mon 2020-09-13 16:50 :13 UTC
5+ " Last Change: Mon 2020-09-14 21:21 :13 UTC
66"
77" Based on an earlier version by Julian Mehnle, with heavy modifications.
88
@@ -39,7 +39,7 @@ hi def link zoneSpecial Special
3939syn match zoneTTL contained / \v <(\d [HhWwDd]?)*>/ nextgroup =zoneClass,zoneRRType skipwhite
4040hi def link zoneTTL Constant
4141
42- syn keyword zoneClass contained IN CHAOS nextgroup =zoneRRType,zoneTTL skipwhite
42+ syn keyword zoneClass contained IN CHAOS CH HS ANY nextgroup =zoneRRType,zoneTTL skipwhite
4343hi def link zoneClass Include
4444
4545let s: dataRegexp = {}
You can’t perform that action at this time.
0 commit comments