[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-203-gbdd0ad3

James Vega jamessan at debian.org
Thu Jun 26 19:13:23 UTC 2008


The following commit has been merged in the debian branch:
commit 5458cb754c8ca1697a8591ccca8d1d63c57ba194
Author: James Vega <jamessan at debian.org>
Date:   Tue Jun 24 19:18:27 2008 -0400

    Move runtime/syntax/debsources.vim under pkg-vim maintenance.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/syntax/debsources.vim b/runtime/syntax/debsources.vim
index a49ae20..0ae05ab 100644
--- a/runtime/syntax/debsources.vim
+++ b/runtime/syntax/debsources.vim
@@ -1,12 +1,9 @@
 " Vim syntax file
-" Language:	Debian sources.list
-" Maintainer:	Matthijs Mohlmann <matthijs at cacholong.nl>
-" Last Change:	$Date: 2006/03/28 21:08:56 $
-" URL: http://www.cacholong.nl/~matthijs/vim/syntax/debsources.vim
-" $Revision: 1.1 $
-
-" this is a very simple syntax file - I will be improving it
-" add entire DEFINE syntax
+" Language:     Debian sources.list
+" Maintainer:   Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>
+" Former Maintainer: Matthijs Mohlmann <matthijs at cacholong.nl>
+" Last Change: 2008-04-25
+" URL: http://git.debian.org/?p=pkg-vim/vim.git;a=blob_plain;f=runtime/syntax/debsources.vim;hb=debian
 
 " Standard syntax initialization
 if version < 600
@@ -19,14 +16,14 @@ endif
 syn case match
 
 " A bunch of useful keywords
-syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\)/
+syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\|restricted\|universe\|multiverse\)/
 
 " Match comments
 syn match debsourcesComment        /#.*/
 
 " Match uri's
-syn match debsourcesUri            +\(http://\|ftp://\|file:///\)[^' 	<>"]\++
-syn match debsourcesDistrKeyword   +\([[:alnum:]_./]*\)\(woody\|sarge\|etch\|old-stable\|stable\|testing\|unstable\|sid\|experimental\|warty\|hoary\|breezy\)\([[:alnum:]_./]*\)+
+syn match debsourcesUri            +\(http://\|ftp://\|[rs]sh://\|debtorrent://\|\(cdrom\|copy\|file\):\)[^' 	<>"]\++
+syn match debsourcesDistrKeyword   +\([[:alnum:]_./]*\)\(sarge\|etch\|lenny\|\(old\)\=stable\|testing\|unstable\|sid\|experimental\|dapper\|feisty\|gutsy\|hardy\|intrepid\)\([-[:alnum:]_./]*\)+
 
 " Associate our matches and regions with pretty colours
 hi def link debsourcesLine            Error

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list