aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/bindzone.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/syntax/bindzone.vim')
-rw-r--r--vim/after/syntax/bindzone.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/after/syntax/bindzone.vim b/vim/after/syntax/bindzone.vim
index 19989995..29d5f4b8 100644
--- a/vim/after/syntax/bindzone.vim
+++ b/vim/after/syntax/bindzone.vim
@@ -1,3 +1,5 @@
" Highlight TLSA and SSHFP records correctly
" <https://github.com/vim/vim/issues/220>
-syn keyword zoneRRType contained TLSA SSHFP nextgroup=zoneRData skipwhite
+syn keyword zoneRRType
+ \ contained TLSA SSHFP
+ \ nextgroup=zoneRData skipwhite