1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Add mapping for arduino filetypes (#722)

Closes #721
This commit is contained in:
raven42
2020-12-21 13:25:16 -06:00
committed by GitHub
parent b63e8cb83f
commit eaadf90b61

View File

@@ -250,6 +250,7 @@ function! tagbar#types#uctags#init(supported_types) abort
\ }
let types.cpp = type_cpp
let types.cuda = type_cpp
let types.arduino = type_cpp
" C# {{{1
let type_cs = tagbar#prototypes#typeinfo#new()
let type_cs.ctagstype = 'c#'