There are a lot of plugins that color code. But most java developers work with Eclipse and Eclipse has a very specific way of coloring code.
Is there a plugin that colors code exactly the same way Eclipse does?
|
|
The majority of the Syntax Highlight plugins work in a way that they create divs,spans with classes styled by css and you can simply overwrite that style with your own css to match the eclipse colors. Updateturns out someone has done the job for you, take a look at SyntaxHighlighter Evolved which has an eclipse theme. |
|||||||||||||
|
|
This looks promising:
They don't have java yet, but plan to. Also their coloring scheme looks close to what I want |
|||
|
|