From 4932aad623a5b55ef9dd97248c924f8960688465 Mon Sep 17 00:00:00 2001 From: ioh Date: Fri, 6 Aug 2021 11:30:06 -0700 Subject: [PATCH] Add gentoo linux ebuild filetype detection. --- rc/filetype/gentoo-linux.kak | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rc/filetype/gentoo-linux.kak diff --git a/rc/filetype/gentoo-linux.kak b/rc/filetype/gentoo-linux.kak new file mode 100644 index 00000000..251dad16 --- /dev/null +++ b/rc/filetype/gentoo-linux.kak @@ -0,0 +1,4 @@ +# portage ebuild file +hook global BufCreate .*\.ebuild %{ + set-option buffer filetype sh +}