aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/bindzone.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-22 11:17:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-22 11:17:45 +1200
commitc1c793d911ff03b32a76efeff876bf5672c6c3f7 (patch)
treee841f65589417d3419f95f187b847b5ba734acd5 /vim/after/syntax/bindzone.vim
parentMerge branch 'release/v1.57.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-c1c793d911ff03b32a76efeff876bf5672c6c3f7.tar.gz
dotfiles-c1c793d911ff03b32a76efeff876bf5672c6c3f7.zip
Merge branch 'release/v1.58.0'v1.58.0
* release/v1.58.0: Bump VERSION Fix SSHFP/TLSA record highlighting in bindzone.vim Add .m4a to text filenames completion skips
Diffstat (limited to 'vim/after/syntax/bindzone.vim')
-rw-r--r--vim/after/syntax/bindzone.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/after/syntax/bindzone.vim b/vim/after/syntax/bindzone.vim
new file mode 100644
index 00000000..19989995
--- /dev/null
+++ b/vim/after/syntax/bindzone.vim
@@ -0,0 +1,3 @@
+" Highlight TLSA and SSHFP records correctly
+" <https://github.com/vim/vim/issues/220>
+syn keyword zoneRRType contained TLSA SSHFP nextgroup=zoneRData skipwhite