While testing autocompletion for namespaces I noticed that the namespace tags never contain the scope information even if they are nested in another namespace. For instance in
```
namespace Foo {
namespace Bar {
}
}
```
the scope of Bar's TMTag is NULL.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/871
