Skip to content

A Vim plugin that provides syntax highlighting for Java.

License

Notifications You must be signed in to change notification settings

uiiaoo/java-syntax.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-syntax.vim

This is a Vim plugin that provides syntax highlighting for Java. This syntax highlighting is better than the default.

Installation

Using dein.vim

call dein#add('uiiaoo/java-syntax.vim')

If you use another plugin manager, follow its way.

Note: You can disable highlighting variables if you write the following code on your .vimrc.

highlight link javaIdentifier NONE

Note: You can also disable highlighting delimiters.

highlight link javaDelimiter NONE

About

A Vim plugin that provides syntax highlighting for Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published