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
exp is highlighted as if it were a function, which is not true.
Expected behavior: differentiate #defines from actual function definitions, and highlight or not #defines if there is or isn't whitespace before the parentheses:
In:
#define exp ((1 + 5) / 7.04f)
exp is highlighted as if it were a function, which is not true.
Expected behavior: differentiate #defines from actual function definitions, and highlight or not #defines if there is or isn't whitespace before the parentheses:
#define printint(x) printf("%d\n", x)
#define pexp (7.0f + 2.4f)
Highlight printint, but not pexp
The text was updated successfully, but these errors were encountered: