kakoune/rc/extra/void-linux.kak
Emerson Ferreira 5e8727ad1b
Add support for Void Linux package templates
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.
2018-08-20 14:29:32 -03:00

5 lines
115 B
Plaintext

# Void Linux package template
hook global BufCreate .*/?srcpkgs/.+/template %{
set-option buffer filetype sh
}