> proto type void fun("abc def", fun2(para1, para2), 15); will not highlightedWell, its not a prototype, the prototype would be (at a guess) `void fun(const char*, int, int);` though the second parameter could be anything returned from `fun2`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1231#issuecomment-247547365
