summaryrefslogtreecommitdiffstats
path: root/syntax/dns.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/dns.vim')
-rw-r--r--syntax/dns.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/syntax/dns.vim b/syntax/dns.vim
deleted file mode 100644
index 6c67e9d8..00000000
--- a/syntax/dns.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-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