Hi, I find ST3 has wrong syntax highlighting for C preprocessor when I use continue line character ‘’, but in Xcode, it is right.
You can try the following snippet in C or any other languages which have C preprocessor (sorry, I couldn’t upload pictures
):
#if defined A && \
defined B
In addition, I am writing a Fortran language package, so how could I reuse the syntax definitions for C preprocessor in other languages?
Thank you!