> Maybe merge this tags with master branch?

The problem is that it's too annoying. C++ stdlib has too many common lower 
case type names, and Geany/Scintila's type highlighting isn't semantic, so it 
highlights all uses of those names as types, consider for example:

```c++
std::string map; // highlights 'std', 'string' and 'map' as types
int std; // highlights 'std' as type
void map() {} // highlights 'map' as type
```

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

Reply via email to