From cb3098747ab0ece420a7f6a816d9487a5af5e2f5 Mon Sep 17 00:00:00 2001 From: Csaba Hoch Date: Wed, 17 Oct 2018 09:38:57 +0200 Subject: [PATCH] Set filetype automatically for *.avdl files --- ftdetect/avro-idl.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/avro-idl.vim diff --git a/ftdetect/avro-idl.vim b/ftdetect/avro-idl.vim new file mode 100644 index 0000000..9ed7ce5 --- /dev/null +++ b/ftdetect/avro-idl.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.avdl set ft=avro-idl