fortran-plugin icon indicating copy to clipboard operation
fortran-plugin copied to clipboard

cpp style macros highlighting not working correctly

Open anddebol opened this issue 1 year ago • 0 comments

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

anddebol avatar Sep 26 '24 17:09 anddebol