1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: vim-puppet
Section: editors
Priority: optional
Maintainer: Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/puppet-team/vim-puppet.git
Vcs-Browser: https://salsa.debian.org/puppet-team/vim-puppet
Homepage: https://github.com/rodjek/vim-puppet
Package: vim-puppet
Architecture: all
Depends: vim, vim-addon-manager, ${misc:Depends}
Description: syntax highlighting for puppet manifests in vim
The vim-puppet package provides filetype detection and syntax
highlighting for puppet manifests (files ending with ".pp").
.
As per the Debian vim policy, installed addons are not activated
automatically, but the "vim-addon-manager" tool can be used for this
purpose.
|