In Geany the name `instance` is highlighted as a type

```C++
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:
https://github.com/geany/geany/issues/892

Reply via email to