In Geany the name instance is highlighted as a type
instance
class c { int i; public: c( int j ):i(j){} int f(){ return i; } } instance{1}; c another{1};
Note github has it correct.
—Reply to this email directly or view it on GitHub.