Compare:
#ifdef TEST #include "test.h" int main() { return 42; } #endif // TEST
to:
#ifdef TEST #include "test.h int main() { return 42; } #endif // TEST
In the second sample, Scintilla marks the comment as preprocessor.
Committed as [f5e8d9].
Commit: [f5e8d9]
Log in to post a comment.
Committed as [f5e8d9].
Related
Commit: [f5e8d9]