dln/avro-vim
Repository files navigation
Syntax file for editing Avro schema files in Vim.
Installing
----------
* Copy avro-idl.vim to ~/.vim/syntax
* If you use pathogen, just git clone the repo into .vim/bundle
* Add to ~/.vimrc
au BufRead,BufNewFile *.avdl setlocal filetype=avro-idl