If you add a newline between the return value and function name the function name losses it’s “function” syntax highlighting and a the closing parenthesis gets a red highlight.
Syntax highlighting works as expected for primitives, like int
, as well as for pointers - but not for by-value structs, enums, etc.
I checked and it reproduces in safe mode.