neovim: Highlight *.zone as bind DNS zone file
This commit is contained in:
parent
db5929adec
commit
f8fa17c602
|
@ -76,6 +76,7 @@ noremap('t', '<Esc><Esc>', [[<C-\><C-n>]])
|
||||||
|
|
||||||
-- Filetypes
|
-- Filetypes
|
||||||
associate_filetype('*.vpy', 'python') -- vapoursynth scripts
|
associate_filetype('*.vpy', 'python') -- vapoursynth scripts
|
||||||
|
associate_filetype('*.zone', 'bindzone') -- bind-style DNS zone file
|
||||||
|
|
||||||
setup_filetype('bib', 1)
|
setup_filetype('bib', 1)
|
||||||
setup_filetype('c', 4)
|
setup_filetype('c', 4)
|
||||||
|
|
Loading…
Reference in a new issue