blob: 6c67e9d81bc8cf97265eeca13b1b77004eeb84d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
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
|