1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add 'on' for mixin to dart tag map (#816)

This commit is contained in:
Han
2022-05-02 18:52:48 +08:00
committed by GitHub
parent ccee72f1d1
commit a577ee4d65

View File

@@ -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},