vim-polyglot/syntax/dns.vim
2017-09-27 20:43:42 +02:00

10 lines
219 B
VimL

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