Open
Description
Feature Request
When formatting C/C++ code, the highlighting of macro definitions is often problematic. I would like the alignment of macro definitions to be consistent with the log format, where the macro definition declarations are on one side and the corresponding variables or values are aligned on the other side. Additionally, it would be ideal if the content that the macro definition points to (e.g., another macro definition) is not highlighted with the same color as the macro itself.