" File: tagbar.vim " Description: Tagbar syntax settings " Author: Jan Larres " Licence: Vim licence " Website: https://preservim.github.io/tagbar " Version: 2.7 scriptencoding utf-8 if exists('b:current_syntax') finish endif let s:ics = escape(join(g:tagbar_iconchars, ''), ']^\-') let s:pattern = '\(^[' . s:ics . '] \?\)\@3<=[^-+: ]\+[^:]\+$' execute "syntax match TagbarKind '" . s:pattern . "'" let s:pattern = '\(\S\@