mirror of
https://github.com/gryf/tagbar.git
synced 2026-08-22 09:51:46 +02:00
Added scopes, so tagbar will show the following hierarchy:
```
namespace
subnamespace
...
class
property (variable)
...
method
...
```
Additional kinds added (basically the same as #283):
* namespaces
* use aliases (imports)
* traits