Code Colorizer-2.4.7
Java 7 supports new constructs such as a string literal in the form 0b11_011_111. This type of construct is now supported.
Another new Java 7 feature allows for things such as
int #"I am a strange variable name" = 7;
This construct is also supported.
I added new keywords to C++ related to c++_0xx, and also, C++ now allows for hex constants, binary, and octal constants.