diff options
| author | Emerson Ferreira <me@skrps.me> | 2018-08-20 14:27:46 -0300 |
|---|---|---|
| committer | Emerson Ferreira <me@skrps.me> | 2018-08-20 14:29:32 -0300 |
| commit | 5e8727ad1b75de366a0a80127100beea07a67f2c (patch) | |
| tree | b1a2f1cb97df3043ae52a5e089b5080fb053fefa | |
| parent | 8a99a9ea3d4e86d4bbc665be67475ffcac471378 (diff) | |
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.
| -rw-r--r-- | rc/extra/void-linux.kak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rc/extra/void-linux.kak b/rc/extra/void-linux.kak new file mode 100644 index 00000000..23a02061 --- /dev/null +++ b/rc/extra/void-linux.kak @@ -0,0 +1,4 @@ +# Void Linux package template +hook global BufCreate .*/?srcpkgs/.+/template %{ + set-option buffer filetype sh +} |
