From 6402fc98e853fd052686ef773b01cda10b7a4138 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 13 Feb 2011 19:25:02 +1300 Subject: [PATCH] Slight highlighting change --- plugin/tagbar.vim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 464746b..bd0702f 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -805,12 +805,12 @@ function! s:OpenWindow() let s:is_maximized = 0 let s:short_help = 1 - syntax match Comment '^" .*' " Comments - syntax match Identifier '^ [^: ]\+[^:]\+$' " Non-scoped kinds - syntax match Title '[^:(* ]\+\ze\*\? :' " Scope names - syntax match Type ' : \zs.*' " Scope types - syntax match SpecialKey '(.*)' " Signatures - syntax match NonText '\*\ze :' " Pseudo-tag identifiers + syntax match Comment '^" .*' " Comments + syntax match Identifier '^ [^: ]\+[^:]\+$' " Non-scoped kinds + syntax match Title '[^(* ]\+\ze\*\? :' " Scope names + syntax match Type ' : \zs.*' " Scope types + syntax match SpecialKey '(.*)' " Signatures + syntax match NonText '\*\ze :' " Pseudo-tag identifiers highlight default TagbarAccessPublic guifg=Green ctermfg=Green highlight default TagbarAccessProtected guifg=Blue ctermfg=Blue