mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
10 lines
199 B
Bash
10 lines
199 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* diffsitter uses tree-sitter grammars that are provided in standalone packages
|
|
* 'tree-sitter-<lang>' (e.g. tree-sitter-c) and must be installed separately.
|
|
*
|
|
EOF
|
|
|
|
exit 0
|