Highlights Java Bytecode as printed by javap
.
Using NeoBundle:
NeoBundle 'neapel/vim-java-bytecode'
Or, using Vundle:
Plugin 'neapel/vim-java-bytecode'
Or, using Pathogen:
cd ~/.vim/bundle
git clone https://github.com/neapel/vim-java-bytecode.git
This doesn't contain a file detector, for automatic highlighting, set up an autocommand:
au BufNewFile,BufRead *.javap setf java-bytecode