From eaadf90b61fd039415b2e5e8b9c38598e9b2daed Mon Sep 17 00:00:00 2001 From: raven42 Date: Mon, 21 Dec 2020 13:25:16 -0600 Subject: [PATCH] Add mapping for arduino filetypes (#722) Closes #721 --- autoload/tagbar/types/uctags.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/tagbar/types/uctags.vim b/autoload/tagbar/types/uctags.vim index 58fe65d..f9612bf 100644 --- a/autoload/tagbar/types/uctags.vim +++ b/autoload/tagbar/types/uctags.vim @@ -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#'