rainbow
rainbow copied to clipboard
Java containers for Integer, like List<Integer>, break rainbow styling.
If you have an Integer container in java code -- for example,
List<Integer>
during the rainbow styling, the Integer keyword is lower-cased:
List
and a spurious trailing tag
surfaces at the end of the styled HTML page (containing the Java code).
I meant: List<Integer> changes to List
Misunderstanding your Issue.
Du you mean List or List<Type> for sample? Then, write it correctly and use code-tags!