Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpp style macros highlighting not working correctly #163

Open
anddebol opened this issue Sep 26, 2024 · 0 comments
Open

cpp style macros highlighting not working correctly #163

anddebol opened this issue Sep 26, 2024 · 0 comments

Comments

@anddebol
Copy link

something like

#ifdef  my_flag
   call my_function
#endif

if the -Dmy_flag is passed via cmake gets the call greyed out as if the macro is not defined. Works normally if its defined explicitly in the file before ifdef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant