mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-15 14:12:46 +08:00
feat(dart_ctags): add inheritance tags
This commit is contained in:
parent
5e27cdb70b
commit
7dddde55b4
|
@ -259,10 +259,13 @@ function! s:InitTypes() abort
|
|||
\ {'short' : 'C', 'long' : 'consts', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'v', 'long' : 'variables', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'F', 'long' : 'functions', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'x', 'long' : 'mixins', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'E', 'long' : 'enums', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'e', 'long' : 'constants', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'x', 'long' : 'mixins', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'c', 'long' : 'classes', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'd', 'long' : 'extends', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'w', 'long' : 'with', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'z', 'long' : 'implements', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'r', 'long' : 'constructors', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'a', 'long' : 'abstract functions', 'fold' : 0, 'stl' : 0},
|
||||
\ {'short' : 'f', 'long' : 'fields', 'fold' : 0, 'stl' : 0},
|
||||
|
|
Loading…
Reference in New Issue
Block a user