Rosetta Code:Village Pump/Syntax highlighting: Difference between revisions

→‎Java5 Highlighting: More small problems with generics
(→‎Java5 Highlighting: Implemented two features for Java5)
(→‎Java5 Highlighting: More small problems with generics)
Line 145:
"import" and "static" should both be blue and bold and "SomeClass.someMethod" should be gray, bold, and italic. --[[User:Mwn3d|Mwn3d]] 13:34, 23 September 2009 (UTC)
: Wasn't supported until now. Added support for import static. Should work now --[[User:BenBE|BenBE]] 13:03, 2 January 2010 (UTC)
::It mostly works now. Look at this example:
::<lang java5>
Map<String, Integer>
</lang>
::"String" should also be a link like it is in this example:
::<lang java5>
Map < String, Integer >
</lang>
::--[[User:Mwn3d|Mwn3d]] 23:27, 5 January 2010 (UTC)
 
=Language tags=
Anonymous user