10 lines
219 B
VimL
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
|