Macro parameters are not recognized, non-parameters tokens are flagged as parameters when used with #
#627
Labels
☠️ provably impossible
Things that are actually impossible with Textmate
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
Macro parameters are not recognized as parameters and are instead classified as
meta.preprocessor.macro
. Meanwhile things that are not parameters are assumed to be parameters and classified asvariable.other.macro.argument
if they follow the stringizing operator#
.It looks like:
It should look like:
The text was updated successfully, but these errors were encountered: