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?
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?
You must be logged in to post a comment.
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.
Update
turns out someone has done the job for you, take a look at SyntaxHighlighter Evolved which has an eclipse theme.
This looks promising:
http://google-code-prettify.googlecode.com/svn/trunk/README.html
They don’t have java yet, but plan to. Also their coloring scheme looks close to what I want