vim-cpp-enhanced-highlight
vim-cpp-enhanced-highlight copied to clipboard
Distinguish between identifier and function macros?
#define ONE 1
#define TWO (1+1)
#define PLUS(x) x+1
This is tricky and unlikely to be feasible without some kind of libclang backend. Sorry.