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
\begin{codeblock}
unsigned x = 0xffff'ffff; // comment
\end{codeblock}
This will treat // comment as having code font, presumably because the C++ parser is not aware of digit separators, so it thinks that 'ffff; // comment is one long character literal with no closing '.