From f3b76f98325fdcc00ff98f6fab55099a1702446d Mon Sep 17 00:00:00 2001 From: PiotrProkop Date: Fri, 11 May 2018 15:34:18 +0200 Subject: [PATCH] Fix for embedded interfaces --- autoload/tagbar.vim | 1 + 1 file changed, 1 insertion(+) 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',