mirror of
https://github.com/preservim/tagbar.git
synced 2026-01-25 06:32:53 +08:00
Add 'on' for mixin to dart tag map (#816)
This commit is contained in:
@ -266,6 +266,7 @@ function! s:InitTypes() abort
|
||||
\ {'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' : 'n', 'long' : 'on', '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},
|
||||
|
||||
Reference in New Issue
Block a user