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