blob: 4da328d06afbf8b5cf9fac98ca0f3e6991a91389 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild,v 1.6 2005/04/06 18:19:44 corsair Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: extra syntax highlighting for help files"
HOMEPAGE="http://mysite.verizon.net/astronaut/vim/"
LICENSE="as-is"
KEYWORDS="x86 sparc mips hppa arm ppc64 ~amd64 alpha ia64"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides additional syntax highlighting for help files."
|