Is there anyway to get UE to correctly highlight strings in C# or VB.NET that have been escaped using the @ sybmol?
Example:
String test = @"\ <- Notice: I didn't have to double the backslash to escape it";
Example:
String test = @"\ <- Notice: I didn't have to double the backslash to escape it";