From 4e8365dfb72d85bb4dd43892eddb09f4b117a357 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Tue, 25 Nov 2025 15:25:04 +0100 Subject: [PATCH] community/helix: remove prefix of helix.post-install --- community/helix/APKBUILD | 2 +- community/helix/helix.post-install | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/community/helix/APKBUILD b/community/helix/APKBUILD index 93ddf1a0568..1c80a568320 100644 --- a/community/helix/APKBUILD +++ b/community/helix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka pkgname=helix pkgver=25.07.1 -pkgrel=1 +pkgrel=2 pkgdesc="A post-modern modal text editor" url="https://helix-editor.com/" arch="all" diff --git a/community/helix/helix.post-install b/community/helix/helix.post-install index cadbeddf446..19febf0b977 100644 --- a/community/helix/helix.post-install +++ b/community/helix/helix.post-install @@ -1,10 +1,8 @@ #!/bin/sh cat >&2 < packages for individual languages, or the tree-sitter-grammars meta package: This is **not** recommended by the helix project and may not function properly -* +Tree-sitter grammars for syntax highlighting are packaged separately. +There are currently two options for adding tree-sitter grammar support: +1) Install the helix-tree-sitter-vendor package: Installs tree-sitter support from the helix project, per their recommendation. +2) Install helix-tree-sitter-system, plus tree-sitter- packages for individual languages, or the tree-sitter-grammars meta package: This is **not** recommended by the helix project and may not function properly EOF