From f8e8f8cfb4af88f18b9a09580e061bf29a760f0f Mon Sep 17 00:00:00 2001 From: raven42 Date: Wed, 6 Jan 2021 06:25:57 -0600 Subject: [PATCH] Add support for frames kind in tex file definition (#730) Closes #654 --- autoload/tagbar/types/uctags.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoload/tagbar/types/uctags.vim b/autoload/tagbar/types/uctags.vim index c74d400..d85d0ea 100644 --- a/autoload/tagbar/types/uctags.vim +++ b/autoload/tagbar/types/uctags.vim @@ -1026,7 +1026,8 @@ function! tagbar#types#uctags#init(supported_types) abort \ {'short' : 'b', 'long' : 'subsubsections', 'fold' : 0, 'stl' : 1}, \ {'short' : 'P', 'long' : 'paragraphs', 'fold' : 0, 'stl' : 0}, \ {'short' : 'G', 'long' : 'subparagraphs', 'fold' : 0, 'stl' : 0}, - \ {'short' : 'l', 'long' : 'labels', 'fold' : 0, 'stl' : 0} + \ {'short' : 'l', 'long' : 'labels', 'fold' : 0, 'stl' : 0}, + \ {'short' : 'f', 'long' : 'frames', 'fold' : 0, 'stl' : 1} \ ] let type_tex.sro = '""' let type_tex.kind2scope = {