diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:32:08 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:52 +0200 |
commit | f80a27c1480c5ae706b10d2dfdd3b5bd1f463ee0 (patch) | |
tree | 5e0022eaf9da5e4d2802651c0066ec4e8d828f62 /app-vim | |
parent | app-vim/webapi: EAPI8 bump (diff) | |
download | gentoo-f80a27c1480c5ae706b10d2dfdd3b5bd1f463ee0.tar.gz gentoo-f80a27c1480c5ae706b10d2dfdd3b5bd1f463ee0.tar.bz2 gentoo-f80a27c1480c5ae706b10d2dfdd3b5bd1f463ee0.zip |
app-vim/wikipedia-syntax: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild new file mode 100644 index 000000000000..6465867f2187 --- /dev/null +++ b/app-vim/wikipedia-syntax/wikipedia-syntax-20101113-r2.ebuild @@ -0,0 +1,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" |