On 23/12, [email protected] wrote:
From: Daniel Hahler <[email protected]>

---
contrib/PKGBUILD.vim | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/contrib/PKGBUILD.vim b/contrib/PKGBUILD.vim
index 35ca6bd..8a9f411 100644
--- a/contrib/PKGBUILD.vim
+++ b/contrib/PKGBUILD.vim
@@ -93,37 +93,37 @@ syn match pbValidGroups /\([[:alnum:]]\|+\|-\|_\)*/ 
contained
syn region pbGroupsGroup start=/^groups=(/ end=/)/ 
contains=pb_k_groups,pbValidGroups,shDoubleQuote,shSingleQuote

" depends
-syn keyword pb_k_depends depends contained
+syn keyword pb_k_depends depends depends_i686 depends_x86_64 contained
syn match pbValidDepends /\([[:alnum:]]\|+\|-\|_\)*/ contained
syn region pbDependsGroup start=/^depends=(/ end=/)/ 
contains=pb_k_depends,pbValidDepends,shDoubleQuote,shSingleQuote


Issue is that pacman is distro agnostic, and other distributions support eg ARM. Is there any way to make it match all possible ones without hardcoding them?

--
Sincerely,
 Johannes Löthberg
 PGP Key ID: 0x50FB9B273A9D0BB5
 https://theos.kyriasis.com/~kyrias/

Attachment: signature.asc
Description: PGP signature

Reply via email to