mirror of
https://github.com/gryf/tagbar.git
synced 2026-02-01 21:45:49 +01: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