aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-10 19:51:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-10 19:51:22 +1200
commitedcc5e15dce84a7dbcfbfe98b9754501b82dea0a (patch)
treed1ce7ad068eaf5fdd5ce6a6528fb349057a29109
parentInclude spam tag prefix in Mutt (diff)
downloaddotfiles-edcc5e15dce84a7dbcfbfe98b9754501b82dea0a.tar.gz
dotfiles-edcc5e15dce84a7dbcfbfe98b9754501b82dea0a.zip
Add CAA to the highlighted records in bindzone.vim
-rw-r--r--vim/after/syntax/bindzone.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/after/syntax/bindzone.vim b/vim/after/syntax/bindzone.vim
index 29d5f4b8..f95aff8f 100644
--- a/vim/after/syntax/bindzone.vim
+++ b/vim/after/syntax/bindzone.vim
@@ -1,5 +1,5 @@
-" Highlight TLSA and SSHFP records correctly
+" Highlight some newer/weirder records correctly
" <https://github.com/vim/vim/issues/220>
syn keyword zoneRRType
- \ contained TLSA SSHFP
+ \ contained CAA SSHFP TLSA
\ nextgroup=zoneRData skipwhite