diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index e6219b6..2efe562 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -786,7 +786,7 @@ function! s:OpenWindow() syntax match Comment '^" .*' " Comments syntax match Identifier '^ [^: ]\+[^:]\+$' " Non-scoped kinds syntax match Title '[^:(* ]\+\ze\*\? :' " Scope names - syntax match Type ': \zs.*' " Scope types + syntax match Type ' : \zs.*' " Scope types syntax match SpecialKey '(.*)' " Signatures syntax match NonText '\*\ze :' " Pseudo-tag identifiers