We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9435a93 commit 219145bCopy full SHA for 219145b
1 file changed
syntax/bindzone.vim
@@ -2,7 +2,7 @@
2
" Language: BIND zone files (RFC1035)
3
" Maintainer: Mathieu Arnold <mat@mat.cc>
4
" URL: https://github.com/Absolight/vim-bind
5
-" Last Change: Mon 2020-09-13 16:50:13 UTC
+" Last Change: Mon 2020-09-14 21:21:13 UTC
6
"
7
" Based on an earlier version by Julian Mehnle, with heavy modifications.
8
@@ -39,7 +39,7 @@ hi def link zoneSpecial Special
39
syn match zoneTTL contained /\v<(\d[HhWwDd]?)*>/ nextgroup=zoneClass,zoneRRType skipwhite
40
hi def link zoneTTL Constant
41
42
-syn keyword zoneClass contained IN CHAOS nextgroup=zoneRRType,zoneTTL skipwhite
+syn keyword zoneClass contained IN CHAOS CH HS ANY nextgroup=zoneRRType,zoneTTL skipwhite
43
hi def link zoneClass Include
44
45
let s:dataRegexp = {}
0 commit comments