summaryrefslogtreecommitdiff
path: root/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild
blob: 6465867f21878981a9d57c96df1b54f17e728008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit vim-plugin

DESCRIPTION="vim plugin: Wikipedia syntax highlighting"
HOMEPAGE="https://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim"

LICENSE="CC-BY-SA-3.0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"

VIM_PLUGIN_HELPTEXT=\
"This plugin provides syntax highlighting for Wikipedia article
files. Detection is by filename (*.wiki)."

VIM_PLUGIN_MESSAGES="filetype"