vim: syntax: Allow array in pkgname
Current syntax consider an array of names invalid in pkgname, but it's actually used for split packages.
Let's allow '(', ')' and space in pkgname. We'll lose checks for spaces around the equal sign, but it doesn't exist on other properties, either.
Signed-off-by: Yao Zi ziyao@disroot.org