1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-04-23 06:31:28 +02:00

Merge pull request #258 from michaeltanner/master

Adds CUDA support (identical to C++)
This commit is contained in:
Jan Larres
2015-04-05 19:30:24 +12:00
+1
View File
@@ -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#'