aboutsummaryrefslogtreecommitdiffstats
path: root/community/helix/helix.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/helix/helix.post-install')
-rw-r--r--community/helix/helix.post-install9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/helix/helix.post-install b/community/helix/helix.post-install
new file mode 100644
index 00000000000..561e9e999ce
--- /dev/null
+++ b/community/helix/helix.post-install
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+cat >&2 <<EOF
+*
+* Tree-sitter grammars for syntax highlighting are packaged separately.
+* Install either selected tree-sitter-<lang> packages for the languages you
+* use or a "meta package" tree-sitter-grammars to install all of them.
+*
+EOF