fortran-plugin
fortran-plugin copied to clipboard
cpp style macros highlighting not working correctly
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