You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the following code in the latest version of sublime text 3, you see that the syntax colorer highlights everything orange after the end of the string literal (see screenshot) incorrectly:
namespace Namespace
{
class C
{
public override string ToString() =>
string.Format(CultureInfo.InvariantCulture, "catch({0}) [{1}->{2}]", ExceptionType.Name, HandlerStartIndex, HandlerEndIndex);
}
}
The text was updated successfully, but these errors were encountered:
If you look at the following code in the latest version of sublime text 3, you see that the syntax colorer highlights everything orange after the end of the string literal (see screenshot) incorrectly:
The text was updated successfully, but these errors were encountered: