mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-24 07:53:41 +03:00
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
# portage ebuild file
|
||
|
hook global BufCreate .*\.ebuild %{
|
||
|
set-option buffer filetype sh
|
||
|
}
|