Add support of Free Pascal generics syntax
Brought to you by:
anthonysteele
Please add support of Free Pascal Generics specific syntax.
The line bellow is the example of correct Free Pascal line of code, but is not understandable to the JCF and causes that JCF fails to format file.
TRandomItemList = specialize TFPGList<TRandomItem>;