commit:     a3a9d028acae0af472beb7c29eb9e6da9a508b02
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 07:48:42 2014 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 07:48:42 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=a3a9d028

remove special highlighting for gentoo cvs headers

This feels pointless and causes bug #297282 anyway.

---
 syntax/gentoo-common.vim | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/syntax/gentoo-common.vim b/syntax/gentoo-common.vim
index d509833..b3e2ae8 100644
--- a/syntax/gentoo-common.vim
+++ b/syntax/gentoo-common.vim
@@ -8,10 +8,6 @@ if &compatible || v:version < 603
     finish
 endif
 
-syn region GentooHeaderBlock start=/\%^\(#\)\@=/ end=/^$/ contains=GentooHeader
-syn region GentooHeader contained start=/^#/ end=/$/ 
contains=GentooHeaderCVSVar
-syn region GentooHeaderCVSVar contained start=/\$\S\+:/ end=/\$/
-
 syn match  GentooBug contained /\(\([gG]entoo \|[dD]ebian \|[sS]ource[Ff]orge 
\)\?[Bb]ug \(#\s*\)\?\|#\)\d\{1,\}/
 
 " bad space
@@ -19,7 +15,5 @@ syn region  GentooError start=/^ / end=/$/
 " trailing whitespace
 syn match   GentooError /\s\+$/
 
-hi def link GentooHeader                 Comment
-hi def link GentooHeaderCVSVar           PreProc
 hi def link GentooBug                    Underlined
 hi def link GentooError                  Error

Reply via email to