Quote Originally Posted by WaynePhillipsEA View Post
. . . but the preprocessor strips out code before it even gets parsed.
How do you syntax highlight code inside branches of the preprocessor #If then?

I see what the problem is but I always hated how C++/Zig implement IfConst like normal expressions with no clear marking what is evaluated at compile time and what not. Much worse than the way #If and the rest of the VB6 (and C/C++) preprocessor directives are obvious and human readable.

cheers,
</wqw>