let g:tagbar_type_bib = { \ 'ctagstype' : 'bib', \ 'kinds' : [ \ 'a:Article:1:1', \ 'A:artwork:1:1', \ 'd:audio:1:1', \ 'n:bibnote:1:1', \ 'b:Book:1:1', \ 'o:bookinbook:1:1', \ 'L:Booklet:1:1', \ 'O:collection:1:1', \ 'y:commentary:1:1', \ 'c:Conference:1:1', \ 'Y:dataset:1:1', \ 'i:image:1:1', \ 'B:Inbook:1:1', \ 'C:Incollection:1:1', \ 'P:Inproceeding:1:1', \ 'g:inreference:1:1', \ 'j:jurisdiction:1:1', \ 'e:legislation:1:1', \ 'E:legal:1:1', \ 'R:letter:1:1', \ 'm:Manual:1:1', \ 'T:Mastersthesis:1:1', \ 'M:Misc:1:1', \ 'V:movie:1:1', \ 'u:music:1:1', \ 'U:mvbook:1:1', \ 'X:mvcollection:1:1', \ 'z:mvproceedings:1:1', \ 'Z:mvreference:1:1', \ 'D:online:1:1', \ 's:patent:1:1', \ 'S:performance:1:1', \ 'h:periodical:1:1', \ 't:Phdthesis:1:1', \ 'p:Proceedings:1:1', \ 'H:reference:1:1', \ 'j:report:1:1', \ 'k:review:1:1', \ 'K:set:1:1', \ 'l:software:1:1', \ 'N:standard:1:1', \ 'q:suppbook:1:1', \ 'Q:suppcollection:1:1', \ 'f:suppperiodical:1:1', \ 'r:Techreport:1:1', \ 'F:thesis:1:1', \ 'u:Unpublished:1:1', \ 'v:video:1:1', \ 'x:xdata:1:1', \ ] \ }