diff options
Diffstat (limited to 'app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild')
-rw-r--r-- | app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild new file mode 100644 index 000000000000..0d4fd6ed29e4 --- /dev/null +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild,v 1.1 2005/02/27 20:41:15 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=545" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc ~mips ~amd64 ~ia64 ~alpha ~ppc64" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files." + |