blob: c397411ce6ef0bc89630ec71c6755433614ebdd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2010 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.9 2010/10/07 03:20:27 leio Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: extra syntax highlighting for help files"
HOMEPAGE="http://mysite.verizon.net/astronaut/vim/"
LICENSE="as-is"
KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\
"This plugin provides additional syntax highlighting for help files."
|