OK, I agree with you, bad idea. Does highlightnig methods have the same story 
or it is valid request?
For example:
```
struct a 
{
   int x;
   int y;
   int get();
}
a sample_a;
int x = a.x     // 'x' should not be highlighted
int y = a.get() // 'get' should be highlighted as method
```
It seems to be unachievable with `~/.config/geany/filedefs/filetypes.cpp`

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/876#issuecomment-173594334

Reply via email to