[Github-comments] [geany] C++ instance name highlighted as type (#892)

elextr notifications at xxxxx
Sun Jan 31 02:41:57 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160130/e8d7a73e/attachment.html>


More information about the Github-comments mailing list