kakoune/rc/filetype/gentoo-linux.kak

5 lines
94 B
Plaintext
Raw Normal View History

# portage ebuild file
hook global BufCreate .*\.ebuild %{
set-option buffer filetype sh
}