mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 17:31:44 +03:00
c0dccdd90d
Closes #2783
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
# Void Linux package template
|
|
hook global BufCreate .*/?srcpkgs/.+/template %{
|
|
set-option buffer filetype sh
|
|
}
|