mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-23 23:41:23 +02:00
11 lines
199 B
Bash
11 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
|