Skip to content

neapel/vim-java-bytecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Highlight javap output in VIM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published