16 lines
623 B
Bash
16 lines
623 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild,v 1.2 2011/12/11 17:13:12 armin76 Exp $
|
|
|
|
inherit vim-plugin
|
|
|
|
DESCRIPTION="vim plugin: Wikipedia syntax highlighting"
|
|
HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim"
|
|
LICENSE="as-is"
|
|
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
|
|
IUSE=""
|
|
|
|
VIM_PLUGIN_HELPTEXT=\
|
|
"This plugin provides syntax highlighting for Wikipedia article
|
|
files. Detection is by filename (*.wiki)."
|
|
VIM_PLUGIN_MESSAGES="filetype"
|