diff options
Diffstat (limited to 'syntax/dns.vim')
-rw-r--r-- | syntax/dns.vim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/syntax/dns.vim b/syntax/dns.vim new file mode 100644 index 00000000..6c67e9d8 --- /dev/null +++ b/syntax/dns.vim @@ -0,0 +1,9 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1 + +" Vim syntax file +" Language: DNS/BIND Zone File + +" This has been replaced by the bindzone syntax +:runtime! syntax/bindzone.vim + +endif |