Adds CUDA support (identical to C++)

This commit is contained in:
Michael Tanner 2015-02-08 21:27:38 +00:00
parent 00dfa82b00
commit c21176d8da

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#'