diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 45a8f08..6feead7 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -237,6 +237,7 @@ function! s:InitTypes() abort \ 'union' : 'u' \ } let s:known_types.cpp = type_cpp + let s:known_types.cuda = type_cpp " C# {{{3 let type_cs = s:TypeInfo.New() let type_cs.ctagstype = 'c#'