Inside the {code} bracket, how do I put the text in color?
In the following example, in Visual mode it does not display the color
{code:java}
CALL SQLJ.REMOVE_JAR ({color:#00875a}ABC_in_green{color}, 0); --> the name shall be {color:#de350b}XYZ_in_red{color}
{code}
Expected the same as outside of code bracket.
{color:#00875a}ABC_in_green{color}
{color:#de350b}XYZ_in_red{color}