From 3639b9635a3fb237a63c4b48f3e550a77c53ee78 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 7 Feb 2011 19:16:38 +1300 Subject: [PATCH] Tighten syntax highlighting a bit --- plugin/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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