-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
C/C++: Improved macros and expressions #2440
C/C++: Improved macros and expressions #2440
Conversation
when will it be possible to download the prismjs that includes this #2440 enhancement? |
@blotfi Right now! |
just to be more precise, it must be valid in C language (and therefore in C++ language) #2440 enhancement |
you mean if i download I will find the modification (for C and CPP) ? |
I am testing now, 2 min
|
This can be seen as an extension of #2320.
Macro expressions after the directive are now highlighted. I also added some highlighting for macro-specific syntaxes like
\
at line ends and the concatenation operator.