1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-03-11 07:31:04 -04:00

PKGBUILD.vim: fix epoch syntax highlighting

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
lolilolicon 2011-10-09 23:38:34 +08:00 committed by Dan McGee
parent 8cc4ed0d63
commit 4de3d9092e

View File

@ -220,6 +220,9 @@ hi def link pb_k_pkgrel pbKeywords
hi def link pbIllegalPkgdesc Error
hi def link pb_k_desc pbKeywords
hi def link pbIllegalEpoch Error
hi def link pb_k_epoch pbKeywords
hi def link pbIllegalUrl Error
hi def link pb_k_url pbKeywords