mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-24 03:56:32 +03:00
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.
This commit is contained in:
parent
8a99a9ea3d
commit
5e8727ad1b
4
rc/extra/void-linux.kak
Normal file
4
rc/extra/void-linux.kak
Normal file
@ -0,0 +1,4 @@
|
||||
# Void Linux package template
|
||||
hook global BufCreate .*/?srcpkgs/.+/template %{
|
||||
set-option buffer filetype sh
|
||||
}
|
Loading…
Reference in New Issue
Block a user