wikipedia-syntax-20101113-r1.ebuild 501 B

12345678910111213141516171819
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit vim-plugin
  5. DESCRIPTION="vim plugin: Wikipedia syntax highlighting"
  6. HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim"
  7. LICENSE="CC-BY-SA-3.0"
  8. KEYWORDS="amd64 hppa ~mips ppc ppc64 x86"
  9. IUSE=""
  10. VIM_PLUGIN_HELPTEXT=\
  11. "This plugin provides syntax highlighting for Wikipedia article
  12. files. Detection is by filename (*.wiki)."
  13. VIM_PLUGIN_MESSAGES="filetype"