Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 606 Bytes

File metadata and controls

31 lines (21 loc) · 606 Bytes

vim-java-bytecode

Highlights Java Bytecode as printed by javap.

Installation

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

Configuration

This doesn't contain a file detector, for automatic highlighting, set up an autocommand:

au BufNewFile,BufRead *.javap setf java-bytecode