diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild new file mode 100644 index 000000000000..e09e421a7db1 --- /dev/null +++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830" + +LICENSE="vim" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for perl module Template-Toolkit" |