neovim: Highlight *.zone as bind DNS zone file

23.11
Simon Bruder 2023-10-22 21:16:16 +02:00
parent db5929adec
commit f8fa17c602
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ noremap('t', '<Esc><Esc>', [[<C-\><C-n>]])
-- Filetypes
associate_filetype('*.vpy', 'python') -- vapoursynth scripts
associate_filetype('*.zone', 'bindzone') -- bind-style DNS zone file
setup_filetype('bib', 1)
setup_filetype('c', 4)