5e8727ad1b
These templates are simple shell scripts, similar to PKGBUILDs. They reside in srcpkgs, so we can use this to identify if `template` really is a Void Linux package template.
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
# Void Linux package template
|
|
hook global BufCreate .*/?srcpkgs/.+/template %{
|
|
set-option buffer filetype sh
|
|
}
|