mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-15 23:13:50 -05:00
Add syntax files from upstream vim repository
This commit is contained in:
9
syntax/dns.vim
Normal file
9
syntax/dns.vim
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user