aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kakoune/alpine-linux.kak
blob: 7e061926eb663dc62d55ec3966ba94062f1f7527 (plain)
1
2
3
4
# package build description file
hook global BufCreate (.*/)?APKBUILD %{
    set-option buffer filetype sh
}