From 46041ab69eb8547d5af659e1442e2dceae663129 Mon Sep 17 00:00:00 2001 From: Hwasung Lee Date: Tue, 26 Aug 2014 16:44:51 +0100 Subject: [PATCH] Adding ftdetect so that user need not edit ~/.vimrc for syntax highlighting. If placed in ~/.vim/bundle, Pathogen should load the plugin automatically. --- ftdetect/avro.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/avro.vim diff --git a/ftdetect/avro.vim b/ftdetect/avro.vim new file mode 100644 index 0000000..617ba0a --- /dev/null +++ b/ftdetect/avro.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufRead *.avdl setlocal filetype=avro-idl