Configuration files allow for a string to be split into several lines, like this :
"event['@metadata']['computed_id'] = event['EventDate'] + '_' + event['DBType'] + '_' + event['DBName'] + '_' + event['Id']event['EventDate'] = Time.parse(event['EventDate']).to_sevent['StartDate'] = Time.parse(event['StartDate']).to_s"
But is is all in white, not colored like other strings. Could we fix this ?
Configuration files allow for a string to be split into several lines, like this :
"
event['@metadata']['computed_id'] = event['EventDate'] + '_' + event['DBType'] + '_' + event['DBName'] + '_' + event['Id']
event['EventDate'] = Time.parse(event['EventDate']).to_s
event['StartDate'] = Time.parse(event['StartDate']).to_s
"
But is is all in white, not colored like other strings. Could we fix this ?