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
Apparently, the syntax highlighter thinks that this innocent single-quote apostrophe in the comment within the token string would open a character literal.
importstd.stdio;
voidmain() {
// comment (green)
writeln(q{
// When this function gets called, the this pointer isn't
});
// comment; highlighter thinks this is a character literal// oh' well
}
The text was updated successfully, but these errors were encountered:
Apparently, the syntax highlighter thinks that this innocent single-quote apostrophe in the comment within the token string would open a character literal.
The text was updated successfully, but these errors were encountered: