allgreed / vim-java-bytecode

Highlight javap output in VIM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Vim Script 100.0%