123456789101112131415161718 |
- pkgbase = vim-php-syntax-git
- pkgdesc = Updated version of the official Vim syntax script for PHP which fixes a few issues and adds support for some of the newest PHP features
- pkgver = 20140802
- pkgrel = 1
- url = https://github.com/2072/vim-syntax-for-PHP
- install = vimdoc.install
- arch = any
- groups = vim-plugins
- license = custom:vim
- makedepends = git
- depends = vim
- optdepends = vim-php-indent-git: updated version of the official Vim indent script for PHP
- provides = vim-php-syntax
- conflicts = vim-php-syntax
- source = vim-php-syntax::git+https://github.com/2072/vim-syntax-for-PHP
-
- pkgname = vim-php-syntax-git
|