5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
# package build description file
|
||
|
hook global BufCreate (.*/)?PKGBUILD %{
|
||
|
set-option buffer filetype sh
|
||
|
}
|