From c21176d8da1bf49ad751eaaf895c1ad87ae174f0 Mon Sep 17 00:00:00 2001 From: Michael Tanner Date: Sun, 8 Feb 2015 21:27:38 +0000 Subject: [PATCH] Adds CUDA support (identical to C++) --- autoload/tagbar.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index a3baca9..873fc3b 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#'