diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-07 01:22:56 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-07 01:22:56 +1200 |
commit | f058ec674c8846221de9abda8f5076960ae8e228 (patch) | |
tree | c515756c5c4f1fae22c0fbbc0e33a750ce711578 /vim/after/syntax/bindzone.vim | |
parent | Merge branch 'release/v5.20.0' into develop (diff) | |
download | dotfiles-f058ec674c8846221de9abda8f5076960ae8e228.tar.gz dotfiles-f058ec674c8846221de9abda8f5076960ae8e228.zip |
Break a long line
Diffstat (limited to 'vim/after/syntax/bindzone.vim')
-rw-r--r-- | vim/after/syntax/bindzone.vim | 4 |
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 |