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
Thanks for reporting this. The regex for highlighting function names is very simple. Just highlight all words appearing before an opening parenthesis. I don't know if I want to make it too complex because that's a rather special case that doesn't occur very often. I need to think about this a little bit longer.
var in
#define var (int)1.0
is highlighted like a function.The text was updated successfully, but these errors were encountered: