1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/diffsitter/diffsitter.post-install
2021-12-24 00:20:43 +01:00

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