Map<String, TextStyle> map = new HashMap<String, TextStyle>();
configLocation = EditorPlugin.getDefault().getPreferenceStore().getString(PreferenceConstants.fieldName);
String configFile = configLocation+Path.SEPARATOR+editor+Path.SEPARATOR+editor+".cnfg";
TokenMapGenerator tokenGen = new TokenMapGenerator(configFile);
tokenMap = tokenGen.getTokenMap();
String entry = "cocoE_comment_style";
int red = store.getInt(getColorPreferenceField(editor, entry, RED));