summaryrefslogtreecommitdiff
path: root/contrib/PKGBUILD.vim
Commit message (Collapse)AuthorAge
* PKGBUILD.vim: add keepend keyword for sha1/md5 fieldsChantry Xavier2008-03-22
| | | | | | | | | | | | | | in PKGBUILD.proto, we have the following line md5sums=() #generate with 'makepkg -g' if we add a md5sum inside quotes, or even just the quotes : md5sums=('') #generate with 'makepkg -g' the highlighting will be totally messed up. Adding the keepend keyword fixes this. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
* PKGBUILD.vim: improve invalid arch/license detection.Chantry Xavier2008-03-10
| | | | | | | | | | | | | If we had : arch=(fake) The fake string would be highlighted because it's invalid. But if we had : arch=('fake') it didn't work. Fix this for both arch and license arrays. Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
* contrib/PKGBUILD.vim: add optdepends + other fixesChantry Xavier2008-03-02
| | | | | | | | | | | * Add optdepends keyword * license, backup and arch keywords should be arrays * Remove the little hack to color conflicts/provides/replaces keyword even without =(). These should be arrays too. Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
* contrib: add 'groups' keyword to PKGBUILD.vimDan McGee2008-02-28
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Slight updates to PKGBUILD.vimDan McGee2007-05-10
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Updated vim syntax fileAlessio 'mOLOk' Bolognino2007-05-10
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Add vim syntax file for PKGBUILDs to contrib/Alessio 'mOLOk' Bolognino2007-05-10
Thanks for the contribution. Signed-off-by: Dan McGee <dan@archlinux.org>