mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/helix: remove prefix of helix.post-install
This commit is contained in:
parent
48fac9b3c4
commit
4e8365dfb7
@ -2,7 +2,7 @@
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=helix
|
||||
pkgver=25.07.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A post-modern modal text editor"
|
||||
url="https://helix-editor.com/"
|
||||
arch="all"
|
||||
|
||||
@ -1,10 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat >&2 <<EOF
|
||||
*
|
||||
* 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-<lang> 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-<lang> 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user