diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 0341438..7b2a7dc 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -122,6 +122,7 @@ let s:singular_types = { \ 'domains': 'domain', \ 'entities': 'entity', \ 'entry points': 'entry point', + \ 'embedded': 'embedded', \ 'enum constants': 'enum constant', \ 'enum types': 'enum type', \ 'enumerations': 'enumeration',