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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
/* Syntax highlighting works here. */
#define TEST1 f(5)
/* Syntax highlighting is all messed up here. */
/* Workaround. */
#define TEST2 (f(5))
/* Now it's good again. */
Observe that the second and third comments have the wrong color applied to them.