mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
10 lines
252 B
Bash
10 lines
252 B
Bash
#!/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
|